staging: r8188eu: convert dump_chip_info() to use netdev_dbg()
authorMichael Straube <straube.linux@gmail.com>
Sat, 30 Jul 2022 15:06:36 +0000 (17:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Aug 2022 13:14:19 +0000 (15:14 +0200)
commitc026b483f8f2eff1478f7edd55a2aef4cf9ebc2e
tree4dee47aa9ee8be85c14cec8d0586873032d82bb3
parentc8d3347e3039cee0e0394fb9c83fcf1efc92b4af
staging: r8188eu: convert dump_chip_info() to use netdev_dbg()

Drivers should not spam the kernel log if they work properly. Convert
the dump_chip_info() function to use netdev_dbg() instead of pr_info()
so that developers can still enable it if they want to see this
information.

Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220730150637.3550-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c