]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
net, phy, cpsw: fix NULL pointer deference
authorHeiko Schocher <hs@denx.de>
Thu, 5 Sep 2013 09:50:41 +0000 (11:50 +0200)
committerTom Rini <trini@ti.com>
Fri, 20 Sep 2013 20:57:40 +0000 (16:57 -0400)
commit93ff25529898b931b5000c6e9ec9d7325f2ec414
treee809dff00799bd968e0ec0f5de3b7a60ad4a6927
parente22cc0cf137149bea3a06bb29ffe06e82d8edb84
net, phy, cpsw: fix NULL pointer deference

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 <hs@denx.de>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Mugunthan V N <mugunthanvnm@ti.com>
Cc: Tom Rini <trini@ti.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
drivers/net/cpsw.c