OMAP: DSS: Taal: fix error returns in taal_probe()
authorAaro Koskinen <aaro.koskinen@nokia.com>
Wed, 9 Dec 2009 16:26:25 +0000 (17:26 +0100)
committerTomi Valkeinen <tomi.valkeinen@nokia.com>
Fri, 12 Feb 2010 10:46:09 +0000 (12:46 +0200)
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 <aaro.koskinen@nokia.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>

No differences found