]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: axis-fifo: drop debug print of remapped base address
authorOvidiu Panait <ovidiu.panait.oss@gmail.com>
Fri, 19 Sep 2025 19:54:00 +0000 (22:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:09:29 +0000 (09:09 +0200)
commit622c811052b3c36df10c91e46ba9d511d318ac77
treee73473f7cbe4b9b4039049fae923b11b5dd0fa2a
parent89443a92c506dcd91209ddd6d37e0d3beb5a4279
staging: axis-fifo: drop debug print of remapped base address

The probe function prints the remapped base address with dev_dbg().
This message is not useful and printing kernel addresses is discouraged,
so remove the debug print.

Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Link: https://lore.kernel.org/r/20250919195400.3180039-6-ovidiu.panait.oss@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/axis-fifo/axis-fifo.c