1. 14 12月, 2018 1 次提交
  2. 06 10月, 2018 1 次提交
  3. 28 9月, 2018 1 次提交
  4. 31 8月, 2018 1 次提交
  5. 02 8月, 2018 1 次提交
  6. 20 4月, 2018 1 次提交
  7. 27 3月, 2018 1 次提交
  8. 02 3月, 2018 1 次提交
  9. 21 12月, 2017 2 次提交
  10. 06 12月, 2017 3 次提交
  11. 25 11月, 2017 1 次提交
  12. 06 10月, 2017 1 次提交
  13. 18 8月, 2017 3 次提交
  14. 10 8月, 2017 2 次提交
  15. 09 8月, 2017 1 次提交
  16. 01 8月, 2017 2 次提交
  17. 30 6月, 2017 1 次提交
  18. 29 6月, 2017 4 次提交
  19. 23 6月, 2017 1 次提交
  20. 06 6月, 2017 3 次提交
  21. 20 4月, 2017 1 次提交
  22. 24 3月, 2017 1 次提交
  23. 26 1月, 2017 1 次提交
    • L
      iwlwifi: mvm: mark ret as maybe_unused in iwl_dbgfs_fw_restart_write() · 758d1a8a
      Luca Coelho 提交于
      The value returned from iwl_mvm_send_cmd_pdu() in this function is not
      used and always returns an error (which is the whole point of the
      call).  Tag the ret variable with __maybe_unused to avoid this compile
      warning when W=1 is used:
      
      /home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c: In function ‘iwl_dbgfs_fw_restart_write’:
      /home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c:875:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
        int ret;
            ^
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      758d1a8a
  24. 19 10月, 2016 1 次提交
  25. 19 9月, 2016 2 次提交
  26. 08 8月, 2016 1 次提交
  27. 06 7月, 2016 1 次提交