Found 10 matching messages (0.055 seconds). Page 1 of 1.
- [PATCH] tokenring/3c359.c: fixed array index problem
... Meissner
---
drivers/net/tokenring/3c359.c | 2 +-
1 files changed, ... (-)
diff --git a/drivers/net/tokenring/3c359.c b/drivers/net/tokenring/ ... 7224d36..5d31519 100644
--- a/drivers/net/tokenring/3c359.c
+++ b/drivers/net/tokenring ...
linux-kernel - Marcus Meissner - Oct 13 2007 - 04:19
- [PATCH] tokenring/3c359.c: fix allocation null check
... Pirko
---
drivers/net/tokenring/3c359.c | 2 +-
1 files changed, 1 ... (-)
diff --git a/drivers/net/tokenring/3c359.c b/drivers/net/tokenring/ ... bf62132..f832f9b 100644
--- a/drivers/net/tokenring/3c359.c
+++ b/drivers/net/tokenring/ ...
linux-netdev - Jirka Pirko - Nov 23 2008 - 15:28
- [PATCH] tokenring/3c359.c: Fix error message when allocating tx_ring
...
---
drivers/net/tokenring/3c359.c | 2 +-
1 files changed, 1 ... (-)
diff --git a/drivers/net/tokenring/3c359.c b/drivers/net/tokenring/ ... f832f9b..46fb308 100644
--- a/drivers/net/tokenring/3c359.c
+++ b/drivers/net/tokenring/ ...
linux-netdev - Jirka Pirko - Nov 23 2008 - 16:22
- [PATCH] tokenring/3c359.c: Prevent possible mem leak when open failed
... Pirko
---
drivers/net/tokenring/3c359.c | 2 ++
1 files changed, 2 ... (-)
diff --git a/drivers/net/tokenring/3c359.c b/drivers/net/tokenring/ ... 46fb308..4bb9ca8 100644
--- a/drivers/net/tokenring/3c359.c
+++ b/drivers/net/tokenring/ ...
linux-netdev - Jirka Pirko - Nov 23 2008 - 16:44
- [2.6 patch] tokenring/3c359.c:xl_init() must be __devinit
This patch fixes the following section mismatch:
<-- snip -->
...
MODPOST vmlinux
WARNING: drivers/built- ... linux-2.6.22-rc6-mm1/drivers/net/tokenring/3c359.c.old 2007-07-10 04:07 ... linux-2.6.22-rc6-mm1/drivers/net/tokenring/3c359.c 2007-07-10 04:08: ...
linux-kernel - Adrian Bunk - Jul 10 2007 - 08:44
- Re: [PATCH] tokenring/3c359.c: fixed array index problem
... is also done some lines above already.
>
> Signed-Off-By: Marcus Meissner
> ---
> drivers/net/tokenring/3c359.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
applied
-
To unsubscribe from this list: send ...
linux-kernel - Jeff Garzik - Oct 16 2007 - 21:15
- Re: [2.6 patch] tokenring/3c359.c:xl_init() must be __devinit
Adrian Bunk wrote:
> This patch fixes the following section mismatch:
>
> <-- snip -->
>
> ...
> MODPOST vmlinux
> WARNING: drivers/built-in.o(.text+0x361ef1): Section mismatch: reference to .init.text:xl_init (between 'xl_probe' and ' ...
linux-kernel - Jeff Garzik - Jul 10 2007 - 12:26
- Re: [PATCH] tokenring/3c359.c: fix allocation null check
From: Jirka Pirko
Date: Sun, 23 Nov 2008 20:28:50 +0100
> Fixed type when allocating rx_ring, tx_ring was checked for null instead.
>
> Signed-off-by: Jirka Pirko
Applied.
--
To unsubscribe from this list:
linux-netdev - David Miller - Nov 24 2008 - 18:48
- Re: [PATCH] tokenring/3c359.c: Fix error message when allocating tx_ring
From: Jirka Pirko
Date: Sun, 23 Nov 2008 21:22:22 +0100
> Pointed out by Joe Perches. Error message after tx_ring allocation check was
> wrong.
>
> Signed-off-by: Jirka Pirko
Applied.
--
To unsubscribe
linux-netdev - David Miller - Nov 24 2008 - 18:48
- Re: [PATCH] tokenring/3c359.c: Prevent possible mem leak when open failed
From: Jirka Pirko
Date: Sun, 23 Nov 2008 21:44:10 +0100
> Freeing previously allocated buffers in case of error.
>
> Signed-off-by: Jirka Pirko
Applied.
--
To unsubscribe from this list: send the line "
linux-netdev - David Miller - Nov 24 2008 - 18:49