git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b1cc2
)
OMAP: DSS: Taal: fix error returns in taal_probe()
author
Aaro Koskinen
<aaro.koskinen@nokia.com>
Wed, 9 Dec 2009 16:26:25 +0000
(17:26 +0100)
committer
Tomi 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