mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-20 07:24:36 +01:00
fix a bcm963xx-flash warning
SVN-Revision: 14730
This commit is contained in:
parent
47c78e48bd
commit
2d1ed46c68
@ -162,7 +162,7 @@ static int bcm963xx_probe(struct platform_device *pdev)
|
||||
printk(KERN_ERR PFX "Failed to ioremap\n");
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user