[PATCH] tokenring/3c359.c: fixed array index problem

2007-10-13 Thread Marcus Meissner
Hi, I tried to send this to netdev and various maintainers, but they seem not to have seen it. Please add to -mm and have it merged somewhere. The xl_laa array is just 6 bytes long, so we should substract 10 from the index, like is also done some lines above already. Signed-Off-By: Marcus Meis

Re: [PATCH] tokenring/3c359.c: fixed array index problem

2007-10-16 Thread Jeff Garzik
Marcus Meissner wrote: Hi, I tried to send this to netdev and various maintainers, but they seem not to have seen it. Please add to -mm and have it merged somewhere. The xl_laa array is just 6 bytes long, so we should substract 10 from the index, like is also done some lines above already. S