Re: [PATCH] gianfar: Fixup use of BUS_ID_SIZE

2009-01-08 Thread David Miller
From: Kumar Gala Date: Wed, 7 Jan 2009 09:52:01 -0600 > Commit b31a1d8b41513b96e9c7ec2f68c5734cef0b26a4 went back to using > BUS_ID_SIZE instead of sizeof() as per the larger patch series > that will remove "char bus_id[20]" from struct device. > > Signed-off-by: Kumar Gala Applied, thanks Ku

[PATCH] gianfar: Fixup use of BUS_ID_SIZE

2009-01-07 Thread Kumar Gala
Commit b31a1d8b41513b96e9c7ec2f68c5734cef0b26a4 went back to using BUS_ID_SIZE instead of sizeof() as per the larger patch series that will remove "char bus_id[20]" from struct device. Signed-off-by: Kumar Gala --- drivers/net/gianfar.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletion