staging: rtl8188eu: replace hal_EfusePgCheckAvailableAddr()
authorMichael Straube <straube.linux@gmail.com>
Thu, 25 Jul 2019 17:09:22 +0000 (19:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Jul 2019 07:52:05 +0000 (09:52 +0200)
commitc47f77eed0da6f829042a266a2f33ef31c250969
treeb01c47053b146675544322462d1007812ad954f3
parent9d6b3ee001cba29ad6d8d5f31953926504c67a1d
staging: rtl8188eu: replace hal_EfusePgCheckAvailableAddr()

Function hal_EfusePgCheckAvailableAddr() contains just a single if
test. Remove the function and replace the call to it with the if test.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20190725170922.16465-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c