staging: r8188eu: convert pr_info_once call in core/rtw_fw.c
authorPhillip Potter <phil@philpotter.co.uk>
Fri, 20 May 2022 22:09:53 +0000 (23:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Jun 2022 05:43:48 +0000 (07:43 +0200)
commitdcda884deb9cb1ca72e795e8c590ac05a8a02ea1
tree6772eed0ea504824dd71f7e41cc25dea4b353896
parentf0b9246952860f986c8501199e3b08575f91882e
staging: r8188eu: convert pr_info_once call in core/rtw_fw.c

Convert pr_info_once call in core/rtw_fw.c to a dev_info_once call, as
ultimately, this results in the printing of the driver name anyway
(r8188eu) which is equally clear and removes the need for the "R8188EU: "
part of the format string.

Suggested-by: Pavel Skripkin <paskripkin@gmail.com>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20220520220953.11840-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_fw.c