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:
1d80cac
)
Remove unreached code in drivers/net/mlx4/en_rx.c
author
Dan Carpenter
<error27@gmail.com>
Tue, 12 May 2009 10:33:39 +0000
(11:33 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 12 May 2009 14:38:09 +0000
(07:38 -0700)
Remove the return after the goto. We want the goto because it frees
memory as well as returning err.
Found by smatch (http://repo.or.cz/w/smatch.git).
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found