From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Subject: Re: [PATCH] net: ethernet: davinci_emac: Fix devioctl while in fixed link Date: Tue, 26 Apr 2016 11:37:30 +0530 Message-ID: <571F05A2.8070502@ti.com> References: <1461606098-20057-1-git-send-email-narmstrong@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Cc: Brian Hutchinson To: Neil Armstrong , "David S. Miller" , Andrew Lunn , Tom Lendacky , , Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:35809 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847AbcDZGHr (ORCPT ); Tue, 26 Apr 2016 02:07:47 -0400 In-Reply-To: <1461606098-20057-1-git-send-email-narmstrong@baylibre.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 support for fixed-link PHY") > Signed-off-by: Neil Armstrong Reviewed-by: Mugunthan V N Regards Mugunthan V N