Skip to content
Snippets Groups Projects
Commit 2d1ed46c authored by Florian Fainelli's avatar Florian Fainelli
Browse files

fix a bcm963xx-flash warning

SVN-Revision: 14730
parent 47c78e48
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ static int bcm963xx_probe(struct platform_device *pdev) ...@@ -162,7 +162,7 @@ static int bcm963xx_probe(struct platform_device *pdev)
printk(KERN_ERR PFX "Failed to ioremap\n"); printk(KERN_ERR PFX "Failed to ioremap\n");
return -EIO; return -EIO;
} }
printk(KERN_INFO PFX "0x%08x at 0x%08x\n", bcm963xx_map.size, bcm963xx_map.phys); printk(KERN_INFO PFX "0x%08lx at 0x%08x\n", bcm963xx_map.size, bcm963xx_map.phys);
simple_map_init(&bcm963xx_map); simple_map_init(&bcm963xx_map);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment