Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee8c3f6f authored by Mario Huettel's avatar Mario Huettel Committed by Marc Kleine-Budde
Browse files

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: default avatarMario Huettel <mario.huettel@gmx.net>
Tested-by: default avatarQuentin Schulz <quentin.schulz@free-electrons.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 8f265895
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;