staging: rtl8188eu: cleanup long line in odm.c
authorMichael Straube <straube.linux@gmail.com>
Thu, 26 Mar 2020 08:43:48 +0000 (09:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2020 14:45:08 +0000 (15:45 +0100)
commit57e0ff116c4356f7162c744a3b0d5b4f4cbfd4d0
treeedd6387b35c3de8173415da1d6b3a8274e4352b7
parentecc11b42c79db41b45fe6f8db46ae8ca54cf126a
staging: rtl8188eu: cleanup long line in odm.c

Cleanup line over 80 characters by removing unnecessary test
'pDM_Odm->RSSI_Min <= 25'. The above test 'pDM_Odm->RSSI_Min > 25'
already guarantees that it is <= 25.

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