From: Luciano Coelho Date: Wed, 21 Dec 2011 20:36:27 +0000 (+0200) Subject: wl1251: fix sparse warning X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~126^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059625e757754459d8adb370e3d751abdd51723b;p=pandora-kernel.git wl1251: fix sparse warning The wl1251 driver was generating the following warning: drivers/net/wireless/wl1251/boot.c:467:21: warning: incorrect type in assignment (different base types) drivers/net/wireless/wl1251/boot.c:467:21: expected unsigned int [unsigned] [assigned] [usertype] val drivers/net/wireless/wl1251/boot.c:467:21: got restricted __le32 [usertype] Fix this by removing one cpu_to_le32() call in the wrong place. Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed