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:
e36f014
)
Mailbox: Fix return value check in pcc_init()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Wed, 14 Jan 2015 01:10:56 +0000
(09:10 +0800)
committer
Jassi Brar
<jaswinder.singh@linaro.org>
Fri, 6 Feb 2015 05:27:56 +0000
(10:57 +0530)
In case of error, the function platform_create_bundle() returns
ERR_PTR() and never returns NULL. The NULL test in the return value
check should be replaced with IS_ERR().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
drivers/mailbox/pcc.c
patch
|
blob
|
history
diff --cc
drivers/mailbox/pcc.c
Simple merge