From: Akinobu Mita Date: Mon, 23 Apr 2007 19:08:19 +0000 (+0200) Subject: [POWERPC] spufs: fix missing error handling in module_init() X-Git-Tag: v2.6.22-rc1~1109^2~72^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c99c1994a2bb9493b4ac372b2b6ee2606d291171;p=pandora-kernel.git [POWERPC] spufs: fix missing error handling in module_init() spufs module_init forgot to call a few cleanup functions on error path. This patch also includes cosmetic changes in spu_sched_init() (identation fix and return error code). [modified by hch to apply ontop of the latest schedule changes] Cc: Arnd Bergmann Signed-off-by: Akinobu Mita Signed-off-by: Christoph Hellwig Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed