1. 14 4月, 2017 1 次提交
  2. 07 4月, 2017 2 次提交
  3. 23 3月, 2017 1 次提交
  4. 03 3月, 2017 1 次提交
  5. 28 2月, 2017 1 次提交
  6. 17 2月, 2017 3 次提交
  7. 16 2月, 2017 1 次提交
  8. 09 2月, 2017 2 次提交
  9. 07 2月, 2017 1 次提交
  10. 04 2月, 2017 2 次提交
  11. 03 2月, 2017 1 次提交
  12. 01 2月, 2017 1 次提交
  13. 31 1月, 2017 1 次提交
  14. 21 1月, 2017 1 次提交
    • A
      cxgb4: hide unused warnings · 0a327889
      Arnd Bergmann 提交于
      The two new variables are only used inside of an #ifdef and cause
      harmless warnings when that is disabled:
      
      drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: In function 'init_one':
      drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:4646:9: error: unused variable 'port_vec' [-Werror=unused-variable]
      drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:4646:6: error: unused variable 'v' [-Werror=unused-variable]
      
      This adds another #ifdef around the declarations.
      
      Fixes: 96fe11f2 ("cxgb4: Implement ndo_get_phys_port_id for mgmt dev")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0a327889
  15. 18 1月, 2017 1 次提交
  16. 17 1月, 2017 1 次提交
  17. 15 1月, 2017 1 次提交
  18. 14 1月, 2017 1 次提交
  19. 12 1月, 2017 1 次提交
  20. 09 1月, 2017 1 次提交
  21. 07 1月, 2017 3 次提交
  22. 05 1月, 2017 2 次提交
  23. 25 12月, 2016 1 次提交
  24. 18 12月, 2016 2 次提交
  25. 15 12月, 2016 1 次提交
  26. 09 12月, 2016 2 次提交
  27. 01 12月, 2016 1 次提交
  28. 26 11月, 2016 1 次提交
  29. 19 11月, 2016 1 次提交
  30. 17 11月, 2016 1 次提交