]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: rtl8723bs: modernize hex output in rtw_report_sec_ie
authorLuka Gejak <lukagejak5@gmail.com>
Fri, 30 Jan 2026 18:56:57 +0000 (19:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2026 13:08:38 +0000 (14:08 +0100)
commit3db124820614e0ce66def7dc86458fc70330be69
tree33883ad13a7a631347831579d72ad2bfc3069290
parent908c03bf95eb8977afd4fdf5a5338fd1077968e4
staging: rtl8723bs: modernize hex output in rtw_report_sec_ie

Replace the manual hex-printing loop with the standard kernel '%*ph'
format string. This simplifies the code and uses modern logging
practices.

Signed-off-by: Luka Gejak <lukagejak5@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://patch.msgid.link/20260130185658.207785-5-lukagejak5@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme.c