From: Dan Carpenter Date: Thu, 9 Aug 2012 06:57:30 +0000 (+0300) Subject: wireless: at76c50x: signedness bug in at76_dfu_get_state() X-Git-Tag: v3.6-rc3~10^2~40^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d774b74ef7d0428a3e45c9bb5b3a0915d2240cb;p=pandora-kernel.git 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 Acked-by: Pavel Roskin Signed-off-by: John W. Linville --- Reading git-diff-tree failed