staging: r8188eu: do not spam the kernel log
authorMichael Straube <straube.linux@gmail.com>
Mon, 8 Aug 2022 06:50:23 +0000 (08:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Aug 2022 13:18:45 +0000 (15:18 +0200)
commit9a4d0d1c21b974454926c3b832b4728679d818eb
treef222cf7aeabcde7d89b72b403ae92c3fecb8423c
parent1bace12735a4c8d8d62b1cc7410cafeaccdf80d0
staging: r8188eu: do not spam the kernel log

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

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/20220808065023.3175-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c
drivers/staging/r8188eu/os_dep/os_intfs.c