From: Adrian Bunk Date: Mon, 23 Jul 2007 08:02:32 +0000 (+0200) Subject: drivers/net/acenic.c: fix check-after-use X-Git-Tag: v2.6.23-rc2~293^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde9f93c205a791c5647c14d43003c578ebf6f2d;p=pandora-kernel.git drivers/net/acenic.c: fix check-after-use The Coverity checker noted that we've already dereferenced "dev" when we check whether it's NULL. Since it's impossible that "dev" is NULL at this place this patch removes the NULL check. Signed-off-by: Adrian Bunk Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed