bus: brcmstb_gisb: Remove print of base address
Since commit ad67b74d2469 ("printk: hash addresses printed with %p") pointers are being hashed when printed. Displaying the virtual memory at bootup time is not helpful, especially given we use a dev_info() which already displays the platform device's address. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
78a6f5bef9
commit
3087974a3d
@ -407,8 +407,8 @@ static int __init brcmstb_gisb_arb_probe(struct platform_device *pdev)
|
|||||||
&gisb_panic_notifier);
|
&gisb_panic_notifier);
|
||||||
}
|
}
|
||||||
|
|
||||||
dev_info(&pdev->dev, "registered mem: %p, irqs: %d, %d\n",
|
dev_info(&pdev->dev, "registered irqs: %d, %d\n",
|
||||||
gdev->base, timeout_irq, tea_irq);
|
timeout_irq, tea_irq);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user