From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Thu, 5 Sep 2013 15:34:38 +0530 Subject: [U-Boot] [PATCH v3] net, phy, cpsw: fix NULL pointer deference In-Reply-To: <1378374641-17281-1-git-send-email-hs@denx.de> References: <1378361122-6019-1-git-send-email-hs@denx.de> <1378374641-17281-1-git-send-email-hs@denx.de> Message-ID: <52285736.5090205@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 05 September 2013 03:20 PM, Heiko Schocher wrote: > if phy_connect() did not find a phy, phydev is NULL and > following code in cpsw_phy_init() crashes. Fix this. > > Signed-off-by: Heiko Schocher > Cc: Joe Hershberger > Cc: Mugunthan V N > Cc: Tom Rini Acked-by: Mugunthan V N Regards Mugunthan V N