From: Aaro Koskinen Date: Wed, 9 Dec 2009 16:26:25 +0000 (+0100) Subject: OMAP: DSS: Taal: fix error returns in taal_probe() X-Git-Tag: v2.6.34-rc1~229^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92fe0ff16a9299233104187bd6ceb2101501badc;p=pandora-kernel.git OMAP: DSS: Taal: fix error returns in taal_probe() The workqueue creation error branch attempted to destroy a NULL wq, and, in turn, a failed registration does not destroy the newly created workqueue. The problem was reported by a static analysis tool. Signed-off-by: Aaro Koskinen Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed