diff options
author | Eric Sesterhenn <snakebyte@gmx.de> | 2006-06-21 18:10:48 +0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-06-23 07:22:17 +0400 |
commit | da4f5ccf6040b998b64c60db8fa5f4ee03fdaf95 (patch) | |
tree | f150dbaf402cc48baca720749135ff47987ff87e /drivers/net/wireless | |
parent | 722fdb33591bc7308a661913fb2f829128236b6f (diff) | |
download | linux-da4f5ccf6040b998b64c60db8fa5f4ee03fdaf95.tar.xz |
[PATCH] Remove useless check in drivers/net/pcmcia/xirc2ps_cs.c
hi,
coverity choked at this check (id #223), assuming that
skb might be NULL and used anyways later. Since
start_hard_xmit() always gets called with a valid
skb, the check is useless and this patch removes it.
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/wireless')
0 files changed, 0 insertions, 0 deletions