staging: wlan-ng: remove unnecessary helper function
authorCalvince Otieno <calvncce@gmail.com>
Mon, 16 Oct 2023 05:27:23 +0000 (08:27 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Oct 2023 15:53:25 +0000 (17:53 +0200)
commit48fb9529adeb657a138a1fe1f6720c1ad9989335
tree6c1b55a5eb014937be690394422f38288f654033
parente057ea021d55e93704e6ecda9886dd36cf005580
staging: wlan-ng: remove unnecessary helper function

The function prism2sta_inf_handover() is called by the parent
function prism2sta_ev_info() to print a literal debug information
string using pr_debug(). The debugging utility function can be called
directly within prism2sta_ev_info().

Furthermore, to make the debugging more module-specific, the netdev_dbg()
function is preferred over the generic pr_debug() utility function.

Signed-off-by: Calvince Otieno <calvncce@gmail.com>
Link: https://lore.kernel.org/r/ZSzJuwlEKPBj9kLN@lab-ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2sta.c