From: Dan Carpenter Date: Sat, 26 Feb 2011 12:48:12 +0000 (+0300) Subject: staging: gma500: fix some swapped gotos X-Git-Tag: v2.6.39-rc1~469^2~351 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e83f46d3869a5255a04b875bb885bd141a609ef;p=pandora-kernel.git staging: gma500: fix some swapped gotos 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 Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed