1. 19 1月, 2023 3 次提交
  2. 18 1月, 2023 5 次提交
  3. 16 1月, 2023 8 次提交
  4. 14 1月, 2023 1 次提交
  5. 11 1月, 2023 1 次提交
  6. 09 1月, 2023 1 次提交
  7. 02 1月, 2023 1 次提交
    • H
      net: sparx5: Fix reading of the MAC address · 588ab2dc
      Horatiu Vultur 提交于
      There is an issue with the checking of the return value of
      'of_get_mac_address', which returns 0 on success and negative value on
      failure. The driver interpretated the result the opposite way. Therefore
      if there was a MAC address defined in the DT, then the driver was
      generating a random MAC address otherwise it would use address 0.
      Fix this by checking correctly the return value of 'of_get_mac_address'
      
      Fixes: b74ef9f9 ("net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()")
      Signed-off-by: NHoratiu Vultur <horatiu.vultur@microchip.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      588ab2dc
  8. 22 12月, 2022 1 次提交
  9. 19 12月, 2022 1 次提交
  10. 13 12月, 2022 1 次提交
  11. 07 12月, 2022 1 次提交
  12. 06 12月, 2022 5 次提交
  13. 05 12月, 2022 3 次提交
  14. 01 12月, 2022 2 次提交
  15. 29 11月, 2022 6 次提交