From: Dan Carpenter Date: Wed, 26 May 2010 00:45:22 +0000 (+1000) Subject: crypto: mv_cesa - fixup error handling in mv_probe() X-Git-Tag: v2.6.36-rc1~568^2~30 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc2835083aedfde42de02301005a5555e00c4b1;p=pandora-kernel.git crypto: mv_cesa - fixup error handling in mv_probe() The error handling in mv_probe() was a bit messed up. There were some gotos to the wrong labels so it ended up releasing stuff that that hadn't been aquired and not releasing stuff that was meant to be released. I shuffled it around a bit to fix it and make it clearer. Signed-off-by: Dan Carpenter Signed-off-by: Herbert Xu --- Reading git-diff-tree failed