diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-10-25 14:21:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-25 19:13:48 +0200 |
commit | 937ec9f7d5f2625d60077bb7824fee35dc447c6e (patch) | |
tree | 26a4552fa7c471c1debbf6b0c230c3aa0447a755 /scripts/gcc-plugins/sancov_plugin.c | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (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 <gregkh@linuxfoundation.org>
Cc: linux-staging@lists.linux.dev
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20221025122150.583617-1-Jason@zx2c4.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gcc-plugins/sancov_plugin.c')
0 files changed, 0 insertions, 0 deletions