From: Eric Sesterhenn Date: Wed, 21 Jun 2006 14:10:48 +0000 (+0200) Subject: [PATCH] Remove useless check in drivers/net/pcmcia/xirc2ps_cs.c X-Git-Tag: v2.6.18-rc1~1081^2~224^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4f5ccf6040b998b64c60db8fa5f4ee03fdaf95;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed