]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: fec_mxc: Add initialized eth_device structure
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 19 Oct 2010 05:03:42 +0000 (14:03 +0900)
committerWolfgang Denk <wd@denx.de>
Sun, 14 Nov 2010 22:17:42 +0000 (23:17 +0100)
commitde0b95762a048a6815cd019b3a0e1acf0dbd70f4
tree333a30d4717608c155c07a52f394794cdca42724
parent72c4c33e9835f370ec5509c3c18c9d4741de025f
net: fec_mxc: Add initialized eth_device structure

This prevents access to the member of eth_device which is not initialized.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Ben Warren <biggerbadderben@gmail.com>
drivers/net/fec_mxc.c