can: m_can: Removed virtual address from print
The virtual address of the device was printed. I removed it because it leaks internal information. Signed-off-by: Mario Huettel <mario.huettel@gmx.net>
This commit is contained in:
parent
7d933b0569
commit
1b2fbe42f9
@ -1231,8 +1231,8 @@ static int m_can_plat_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
devm_can_led_init(dev);
|
devm_can_led_init(dev);
|
||||||
|
|
||||||
dev_info(&pdev->dev, "%s device registered (regs=%p, irq=%d)\n",
|
dev_info(&pdev->dev, "%s device registered (irq=%d)\n",
|
||||||
KBUILD_MODNAME, priv->base, dev->irq);
|
KBUILD_MODNAME, dev->irq);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user