mbox series

[net,v2,0/2] emaclite: improve error handling and minor cleanup

Message ID 1651261770-6025-1-git-send-email-radhey.shyam.pandey@xilinx.com (mailing list archive)
Headers show
Series emaclite: improve error handling and minor cleanup | expand

Message

Radhey Shyam Pandey April 29, 2022, 7:49 p.m. UTC
This patchset does error handling for of_address_to_resource() and also
removes "Don't advertise 1000BASE-T" and auto negotiation.


Changes for v2:
- Added Andrew's reviewed by tag in 1/2 patch.
- Move ret to down to align with reverse xmas tree style in 2/2 patch.
- Also add fixes tag in 2/2 patch.
- Specify tree name in subject prefix.

Shravya Kumbham (2):
  net: emaclite: Don't advertise 1000BASE-T and do auto negotiation
  net: emaclite: Add error handling for of_address_to_resource()

 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 30 +++++++++++----------------
 1 file changed, 12 insertions(+), 18 deletions(-)

Comments

Jakub Kicinski April 30, 2022, 2:03 a.m. UTC | #1
On Sat, 30 Apr 2022 01:19:28 +0530 Radhey Shyam Pandey wrote:
> This patchset does error handling for of_address_to_resource() and also
> removes "Don't advertise 1000BASE-T" and auto negotiation.

Appears not to apply to net.