Files
linux/drivers/net
Dan Carpenter ec421a05e2 cw1200: Fix a signedness bug in cw1200_load_firmware()
commit 4a50d45450 upstream.

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: a910e4a94f ("cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsets")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-01-23 08:21:36 +01:00
..
2019-10-05 13:09:29 +02:00
2019-09-10 10:33:48 +01:00
2018-05-28 23:02:22 -04:00
2019-05-25 18:23:19 +02:00
2019-12-31 16:36:03 +01:00
2018-09-16 15:33:50 -07:00
2020-01-12 12:17:27 +01:00