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:
05c75e3
)
Bluetooth: fix return value check
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Sat, 14 Dec 2013 13:55:22 +0000
(21:55 +0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 14 Dec 2013 14:49:14 +0000
(06:49 -0800)
In case of error, the function bt_skb_alloc() returns NULL pointer
not ERR_PTR(). The IS_ERR() test in the return value check should
be replaced with NULL test.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c
patch
|
blob
|
history
diff --cc
net/bluetooth/6lowpan.c
Simple merge