mbox series

[0/4] emaclite bug fixes and code cleanup

Message ID 1528871719-1681-1-git-send-email-radhey.shyam.pandey@xilinx.com
Headers show
Series emaclite bug fixes and code cleanup | expand

Message

Radhey Shyam Pandey June 13, 2018, 6:35 a.m. UTC
This patch series fixes bug in emaclite remove and mdio_setup routines.
It does minor code cleanup.

Radhey Shyam Pandey (4):
  net: emaclite: Fix position of lp->mii_bus assignment
  net: emaclite: Fix MDIO bus unregister bug
  net: emaclite: Remove unused 'has_mdio' flag.
  net: emaclite: Remove xemaclite_mdio_setup return check

 drivers/net/ethernet/xilinx/xilinx_emaclite.c |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

Comments

David Miller June 15, 2018, 12:08 a.m. UTC | #1
From: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Date: Wed, 13 Jun 2018 12:05:15 +0530

> This patch series fixes bug in emaclite remove and mdio_setup routines.
> It does minor code cleanup.

Series applied.