2010-11-01 04:58:19

by Amit Salecha

[permalink] [raw]
Subject: RE: NULL pointer dereference at netxen_nic_probe+0x813/0x9a0

> Ok, thanks Dave, now I see.
>
> [PATCH] netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probe
>
> We should not stop the egress queue during probe because it is wrong.
>
>Signed-off-by: Denis Kirjanov <[email protected]>
> ---
> drivers/net/netxen/netxen_nic_main.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)

Thanks Denis, for fixing this.-