]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] mpc5200-fec: Fix possible NULL dereference in mdio driver
authorGrant Likely <grant.likely@secretlab.ca>
Sat, 22 Mar 2008 03:20:29 +0000 (14:20 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 24 Mar 2008 06:55:48 +0000 (17:55 +1100)
commitb8c19eb16a7e6df57d0f6d67e42ce026e5d5930b
tree5a8fd8fef3283cafbbe1419ca296eaa293d07afa
parent1428a9fa586cb80acf98289f797f58b8bd662598
[POWERPC] mpc5200-fec: Fix possible NULL dereference in mdio driver

If the reg property is missing from the phy node (unlikely, but possible),
then the kernel will oops with a NULL pointer dereference.  This fixes
it by checking the pointer first.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/net/fec_mpc52xx_phy.c