1. 11 12月, 2015 1 次提交
  2. 26 11月, 2015 1 次提交
  3. 18 11月, 2015 1 次提交
  4. 29 9月, 2015 5 次提交
  5. 26 5月, 2015 1 次提交
    • A
      brcmfmac: avoid gcc-5.1 warning · 22f44150
      Arnd Bergmann 提交于
      gcc-5.0 gained a new warning in the fwsignal portion of the brcmfmac
      driver:
      
      drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c: In function 'brcmf_fws_txs_process':
      drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c:1478:8: warning: 'skb' may be used uninitialized in this function [-Wmaybe-uninitialized]
      
      This is a false positive, and marking the brcmf_fws_hanger_poppkt function
      as 'static inline' makes the warning go away. I have checked the object
      file output and while a little code gets moved around, the size of
      the binary remains identical.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      22f44150
  6. 31 10月, 2014 4 次提交
  7. 01 10月, 2014 1 次提交
  8. 16 7月, 2014 1 次提交
  9. 14 5月, 2014 3 次提交
  10. 19 12月, 2013 3 次提交
  11. 03 12月, 2013 4 次提交
  12. 04 10月, 2013 1 次提交
  13. 16 8月, 2013 4 次提交
  14. 23 7月, 2013 1 次提交
  15. 28 6月, 2013 5 次提交
  16. 19 6月, 2013 4 次提交