commit | 4a50d454502f1401171ff061a5424583f91266db | [log] [tgz] |
---|---|---|
author | Dan Carpenter <[email protected]> | Tue Oct 01 14:45:01 2019 +0300 |
committer | Kalle Valo <[email protected]> | Wed Oct 02 07:34:51 2019 +0300 |
tree | 2c69aaa4b69c419339748aac4584d59bb26c089b | |
parent | bcde60e599fb044744b4e379ab74ea323a75ce5e [diff] |
cw1200: Fix a signedness bug in cw1200_load_firmware() The "priv->hw_type" is an enum and in this context GCC will treat it as an unsigned int so the error handling will never trigger. Fixes: a910e4a94f69 ("cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsets") Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Kalle Valo <[email protected]>