git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcdff13
)
drivers/net/acenic.c: fix check-after-use
author
Adrian Bunk
<bunk@stusta.de>
Mon, 23 Jul 2007 08:02:32 +0000
(10:02 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 24 Jul 2007 20:28:41 +0000
(16:28 -0400)
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 <bunk@stusta.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found