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:
f870b8c
)
ieee802154: 6lowpan: fix sign of errno return val
author
Alexander Aring
<alex.aring@gmail.com>
Mon, 6 Oct 2014 09:00:52 +0000
(11:00 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 25 Oct 2014 05:56:22 +0000
(07:56 +0200)
This patch fix ERR_PTR(-rc) to ERR_PTR(rc). The variable rc is already a
negative errno value.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/6lowpan_rtnl.c
patch
|
blob
|
history
diff --cc
net/ieee802154/6lowpan_rtnl.c
Simple merge