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:
9671dc7
)
PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTR
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 15 Aug 2013 07:55:10 +0000
(10:55 +0300)
committer
MyungJoo Ham
<myungjoo.ham@samsung.com>
Mon, 28 Oct 2013 11:18:30 +0000
(20:18 +0900)
The create_freezable_workqueue() function returns a NULL on error and
not an ERR_PTR.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
No differences found