staging: gma500: fix some swapped gotos
authorDan Carpenter <error27@gmail.com>
Sat, 26 Feb 2011 12:48:12 +0000 (15:48 +0300)
committerGreg 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