axis-fifo: remove the unnecessary dev_info()
authorPrathu Baronia <prathubaronia2011@gmail.com>
Fri, 16 Jun 2023 15:26:00 +0000 (20:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jun 2023 14:11:01 +0000 (16:11 +0200)
commitf99bbb4412ceffba7e85b9a9227de44c214c68ca
tree34dcaff20965cee6c728086abb5abdbfdd5e2822
parent01da3efafe060ba685fcd08f8db665e5a9f1f9fc
axis-fifo: remove the unnecessary dev_info()

This dev_info() statement is not needed since drivers need to be quiet
under normal operation and its not a good idea to print addresses in
kernel log.

Signed-off-by: Prathu Baronia <prathubaronia2011@gmail.com>
Message-ID: <20230616152602.33232-2-prathubaronia2011@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/axis-fifo/axis-fifo.c