Re: [U-Boot] [PATCH] Change the chip name to fit the eth_device struct

2011-01-10 Thread Wolfgang Denk
Dear Yanjun Yang, In message you wrote: > The eth_device.name field length is limited by NAMESIZE, > which is 16 defined in include/net.h. Unfortunately, two > of the names in lan91c96.c are beyond that. > > Signed-off-by: YanJun Yang > --- > drivers/net/lan91c96.c |4 ++-- > 1 files chan

[U-Boot] [PATCH] Change the chip name to fit the eth_device struct

2010-12-25 Thread Yanjun Yang
The eth_device.name field length is limited by NAMESIZE, which is 16 defined in include/net.h. Unfortunately, two of the names in lan91c96.c are beyond that. Signed-off-by: YanJun Yang --- drivers/net/lan91c96.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/