]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: macb: fix the following building warning
authorBo Shen <voice.shen@atmel.com>
Mon, 19 Aug 2013 02:35:47 +0000 (10:35 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Thu, 22 Aug 2013 14:49:29 +0000 (16:49 +0200)
commit8314ccd8d4fe36abab034260ee66cd8c2b6de39b
tree262e3509a528e4d0f5f21e05cc95d4c824c3d6ed
parent9ed887caecb9ecb0c68773a1870d143b9f28d3da
net: macb: fix the following building warning

fix the following building warning
---8>---
macb.c: In function 'macb_init':
macb.c:400:14: warning: 'phydev' may be used uninitialized in this function
macb.c:377:21: note: 'phydev' was declared here
---<8---

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
drivers/net/macb.c