Loading drivers/parisc/hppb.c +5 −6 Original line number Diff line number Diff line Loading @@ -61,8 +61,6 @@ static int __init hppb_probe(struct parisc_device *dev) } card = card->next; } printk(KERN_INFO "Found GeckoBoa at 0x%llx\n", (unsigned long long) dev->hpa.start); card->hpa = dev->hpa.start; card->mmio_region.name = "HP-PB Bus"; Loading @@ -72,10 +70,11 @@ static int __init hppb_probe(struct parisc_device *dev) card->mmio_region.end = gsc_readl(dev->hpa.start + IO_IO_HIGH) - 1; status = ccio_request_resource(dev, &card->mmio_region); if(status < 0) { printk(KERN_ERR "%s: failed to claim HP-PB bus space (%pR)\n", __FILE__, &card->mmio_region); } pr_info("Found GeckoBoa at %pap, bus space %pR,%s claimed.\n", &dev->hpa.start, &card->mmio_region, (status < 0) ? " not":"" ); return 0; } Loading Loading
drivers/parisc/hppb.c +5 −6 Original line number Diff line number Diff line Loading @@ -61,8 +61,6 @@ static int __init hppb_probe(struct parisc_device *dev) } card = card->next; } printk(KERN_INFO "Found GeckoBoa at 0x%llx\n", (unsigned long long) dev->hpa.start); card->hpa = dev->hpa.start; card->mmio_region.name = "HP-PB Bus"; Loading @@ -72,10 +70,11 @@ static int __init hppb_probe(struct parisc_device *dev) card->mmio_region.end = gsc_readl(dev->hpa.start + IO_IO_HIGH) - 1; status = ccio_request_resource(dev, &card->mmio_region); if(status < 0) { printk(KERN_ERR "%s: failed to claim HP-PB bus space (%pR)\n", __FILE__, &card->mmio_region); } pr_info("Found GeckoBoa at %pap, bus space %pR,%s claimed.\n", &dev->hpa.start, &card->mmio_region, (status < 0) ? " not":"" ); return 0; } Loading