[PARISC] Clean up a resource_size_t warning in sba_iommu
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
This commit is contained in:
committed by
Kyle McMartin
parent
7819994312
commit
e9a03990d9
@@ -1909,8 +1909,8 @@ sba_driver_callback(struct parisc_device *dev)
|
|||||||
global_ioc_cnt *= 2;
|
global_ioc_cnt *= 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
printk(KERN_INFO "%s found %s at 0x%lx\n",
|
printk(KERN_INFO "%s found %s at 0x%llx\n",
|
||||||
MODULE_NAME, version, dev->hpa.start);
|
MODULE_NAME, version, (unsigned long long)dev->hpa.start);
|
||||||
|
|
||||||
sba_dev = kzalloc(sizeof(struct sba_device), GFP_KERNEL);
|
sba_dev = kzalloc(sizeof(struct sba_device), GFP_KERNEL);
|
||||||
if (!sba_dev) {
|
if (!sba_dev) {
|
||||||
|
Reference in New Issue
Block a user