1. 15 2月, 2012 1 次提交
    • L
      wl1251: fix sparse warning · 059625e7
      Luciano Coelho 提交于
      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: NLuciano Coelho <coelho@ti.com>
      059625e7
  2. 10 2月, 2012 1 次提交
  3. 09 2月, 2012 14 次提交
  4. 07 2月, 2012 24 次提交