forked from Minki/linux
ca257b9e2d
During probe, the rcar_can driver prints:
rcar_can e6e80000.can: device registered (regs @ e08bc000, IRQ76)
The "regs" value is a virtual address, exposing internal information,
hence stop printing it. The (useful) physical address is already
printed as part of the device name.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
rcar_can.c | ||
rcar_canfd.c |