commit | 5d774b74ef7d0428a3e45c9bb5b3a0915d2240cb | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Aug 09 09:57:30 2012 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 10 14:50:26 2012 -0400 |
tree | 4cd95db54931154ab55ac10f14924eab29386f0c | |
parent | 60f53cf99060472973f16452116d9c467f8b08c6 [diff] |
wireless: at76c50x: signedness bug in at76_dfu_get_state() This return holds the number of bytes transfered (1 byte) or a negative error code. The type should be int instead of u8. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>