]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: change custom comparing function to strcmp()
authorBera Yüzlü <b9788213@gmail.com>
Mon, 9 Mar 2026 18:45:56 +0000 (21:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2026 15:52:46 +0000 (16:52 +0100)
commit97eef87a546e665f62c4c5500b2381a3c90c0ef1
tree7c2cfcf5bb5c3fb5754e4e6737298c170e624849
parent77da49db335dafd38754bc9a59a69a52e08557f3
staging: rtl8723bs: change custom comparing function to strcmp()

eqNByte() function is a redundant reimplementation of strcmp().
Remove eqNByte() and switch its usages to strcmp().
No functional change.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bera Yüzlü <b9788213@gmail.com>
Link: https://patch.msgid.link/20260309184556.846-2-b9788213@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_com.c
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
drivers/staging/rtl8723bs/include/hal_com.h