Re: [PATCH] net: ethernet: davinci_emac: Fix devioctl while in fixed link

2016-04-28 Thread David Miller
From: Neil Armstrong Date: Mon, 25 Apr 2016 19:41:38 +0200 > When configured in fixed link, the DaVinci emac driver sets the > priv->phydev to NULL and further ioctl calls to the phy_mii_ioctl() > causes the kernel to crash. > > Cc: Brian Hutchinson > Fixes: 1bb6aa56bb38 ("net: davinci_emac: Ad

Re: [PATCH] net: ethernet: davinci_emac: Fix devioctl while in fixed link

2016-04-25 Thread Mugunthan V N
On Monday 25 April 2016 11:11 PM, Neil Armstrong wrote: > When configured in fixed link, the DaVinci emac driver sets the > priv->phydev to NULL and further ioctl calls to the phy_mii_ioctl() > causes the kernel to crash. > > Cc: Brian Hutchinson > Fixes: 1bb6aa56bb38 ("net: davinci_emac: Add sup

[PATCH] net: ethernet: davinci_emac: Fix devioctl while in fixed link

2016-04-25 Thread Neil Armstrong
When configured in fixed link, the DaVinci emac driver sets the priv->phydev to NULL and further ioctl calls to the phy_mii_ioctl() causes the kernel to crash. Cc: Brian Hutchinson Fixes: 1bb6aa56bb38 ("net: davinci_emac: Add support for fixed-link PHY") Signed-off-by: Neil Armstrong --- driver