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:
3b73125
)
[ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL.
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 1 Jul 2008 13:18:27 +0000
(14:18 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 3 Jul 2008 12:25:07 +0000
(13:25 +0100)
Make the return of pwm_request() be more informative than just
being NULL on error by using PTR_ERR() to respond with an
approriate error.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found