1. 12 11月, 2019 6 次提交
  2. 09 11月, 2019 1 次提交
  3. 07 11月, 2019 11 次提交
  4. 05 11月, 2019 2 次提交
  5. 23 10月, 2019 1 次提交
  6. 20 10月, 2019 1 次提交
  7. 18 10月, 2019 1 次提交
    • B
      net: stmmac: fix argument to stmmac_pcs_ctrl_ane() · c9ad4c10
      Ben Dooks (Codethink) 提交于
      The stmmac_pcs_ctrl_ane() expects a register address as
      argument 1, but for some reason the mac_device_info is
      being passed.
      
      Fix the warning (and possible bug) from sparse:
      
      drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:2613:17: warning: incorrect type in argument 1 (different address spaces)
      drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:2613:17:    expected void [noderef] <asn:2> *ioaddr
      drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:2613:17:    got struct mac_device_info *hw
      Signed-off-by: NBen Dooks <ben.dooks@codethink.co.uk>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c9ad4c10
  8. 17 10月, 2019 1 次提交
  9. 16 10月, 2019 1 次提交
  10. 10 10月, 2019 5 次提交
  11. 07 10月, 2019 6 次提交
  12. 04 10月, 2019 2 次提交
  13. 03 10月, 2019 1 次提交
  14. 02 10月, 2019 1 次提交