diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2019-10-01 14:45:01 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-10-02 07:34:51 +0300 |
commit | 4a50d454502f1401171ff061a5424583f91266db (patch) | |
tree | 2c69aaa4b69c419339748aac4584d59bb26c089b /Documentation/devicetree | |
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 <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree')
0 files changed, 0 insertions, 0 deletions