mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 12:10:52 +02:00
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 | ||