]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: replace dump_drv_version() usage with netdev_dbg()
authorFabio Aiuto <fabioaiuto83@gmail.com>
Tue, 13 Apr 2021 14:56:29 +0000 (16:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Apr 2021 08:26:09 +0000 (10:26 +0200)
commita9db3fe834d847260899e0b25c8181c4114e6820
tree4b06917eccbcb0fd7a800add0af3bd3d25228984
parent73fed2030ff6b38bdb4be757434b405b417678ae
staging: rtl8723bs: replace dump_drv_version() usage with netdev_dbg()

replace dump_drv_version() usage with netdev_dbg().

There's no need to further wrap a netdev_dbg() call
for such a low number of occurrences.

The string printed is the same contained in DBG_871X_SEL_NL macro
called inside dump_drv_version().

This is just preparation before bulk DBG_871X_SEL_NL macro
replacement by coccinelle, as the semantic patch that will be
used just replaces, doesn't remove.

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/a4df375dba6c004a22cf197ff8d498d0e4f3b52e.1618325614.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c