]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
smc911x: Fix external PHY detection
authorGuennadi Liakhovetski <lg@denx.de>
Sat, 11 Oct 2008 22:07:16 +0000 (15:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Oct 2008 22:07:16 +0000 (15:07 -0700)
commitf3073ac76755abd63b1d4c3d145f4c15b65b5355
tree37ac563a2b495615e00b41de4ef4af39c9a95ad4
parent20501a69818827884b4381cdcedefdb5e7892915
smc911x: Fix external PHY detection

If an external PHY is found the driver falls through to the default
case in the switch and overwrites the PHY ID. Add the missing break.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/smc911x.c