aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-sub-ui.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <[email protected]>2022-10-25 14:21:50 +0200
committerGreg Kroah-Hartman <[email protected]>2022-10-25 19:13:48 +0200
commit937ec9f7d5f2625d60077bb7824fee35dc447c6e (patch)
tree26a4552fa7c471c1debbf6b0c230c3aa0447a755 /lib/mpi/mpi-sub-ui.c
parent9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff)
staging: rtl8192e: remove bogus ssid character sign test
This error triggers on some architectures with unsigned `char` types: drivers/staging/rtl8192e/rtllib_softmac_wx.c:459 rtllib_wx_set_essid() warn: impossible condition '(extra[i] < 0) => (0-255 < 0)' But actually, the entire test is bogus, as ssids don't have any sign validity rules like that. So just remove this check look all together. Cc: Greg Kroah-Hartman <[email protected]> Cc: [email protected] Signed-off-by: Jason A. Donenfeld <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions