]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: phy: bugfixes: mv88E61xx compiler warnings fixed
authorPrafulla Wadaskar <prafulla@marvell.com>
Mon, 10 Aug 2009 13:53:19 +0000 (19:23 +0530)
committerBen Warren <biggerbadderben@gmail.com>
Mon, 10 Aug 2009 21:53:52 +0000 (14:53 -0700)
commit08c2df33f1cd5935938486e968696f94ad406313
tree7ea15a345383505987fa03164eab5a46d0653fc0
parent750326e5d540885e3ec36bda9464b8269249f6ce
net: phy: bugfixes: mv88E61xx compiler warnings fixed

1. mv88E61xx driver compiler warnings fixed
2. idstr if-else statements changed to switch() construct
   and added default case too.
   This fixed idstr may be uninitialized warning

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/phy/mv88e61xx.c