Re: [U-Boot] [PATCH 05/10 v2] net: fec_mxc: Add initialized eth_device structure

2010-11-14 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message 1287464627-12302-5-git-send-email-iwama...@nigauri.org you wrote: This prevents access to the member of eth_device which is not initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com ---

[U-Boot] [PATCH 05/10 v2] net: fec_mxc: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
This prevents access to the member of eth_device which is not initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/fec_mxc.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/fec_mxc.c