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:
fc4f314
)
Input: atmel_tsadcc - fix error handing with missing platform data
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 28 May 2013 07:58:19 +0000
(
00:58
-0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 6 Jun 2013 05:48:52 +0000
(22:48 -0700)
If pdata is NULL, atmel_tsadcc_probe() will release all the resources
and return 0, but we need a error code is returned in this case.
Fix to return -EINVAL and move the check for pdata to the begin
of this function.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
No differences found