Luciano Coelho 059625e757 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] <noident>

Fix this by removing one cpu_to_le32() call in the wrong place.

Signed-off-by: Luciano Coelho <coelho@ti.com>
2012-02-15 08:38:27 +02:00
..
2012-01-03 22:54:07 -05:00
2012-01-09 14:44:15 -08:00
2012-01-11 18:51:55 -08:00
2012-01-09 14:44:15 -08:00
2012-01-12 20:13:11 -08:00
2012-02-15 08:38:27 +02:00
2012-01-12 15:44:42 +10:30
2012-01-09 14:30:28 -08:00
2012-02-06 14:55:36 -05:00
2012-01-13 10:12:23 -08:00
2012-01-02 13:04:55 +01:00