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> Tested-by: Quentin Schulz <quentin.schulz@free-electrons.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Родитель
8f265895df
Коммит
ee8c3f6f75
|
@ -1231,8 +1231,8 @@ static int m_can_plat_probe(struct platform_device *pdev)
|
|||
|
||||
devm_can_led_init(dev);
|
||||
|
||||
dev_info(&pdev->dev, "%s device registered (regs=%p, irq=%d)\n",
|
||||
KBUILD_MODNAME, priv->base, dev->irq);
|
||||
dev_info(&pdev->dev, "%s device registered (irq=%d)\n",
|
||||
KBUILD_MODNAME, dev->irq);
|
||||
|
||||
return 0;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче