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:
1f2b472
)
staging: gma500: fix some swapped gotos
author
Dan Carpenter
<error27@gmail.com>
Sat, 26 Feb 2011 12:48:12 +0000
(15:48 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 1 Mar 2011 03:00:30 +0000
(19:00 -0800)
These gotos were swapped. In the original code, the first would result
in a NULL dereference and the second would result in a memory leak.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found