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:
d0746f3
)
Bluetooth: Fix test for lookup_dev return value
author
Johan Hedberg
<johan.hedberg@intel.com>
Thu, 12 Dec 2013 07:53:21 +0000
(09:53 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 12 Dec 2013 07:59:21 +0000
(23:59 -0800)
The condition wouldn't have previously caused -ENOENT to be returned if
dev was NULL. The proper condition should be if (!dev || !dev->netdev).
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c
patch
|
blob
|
history
diff --cc
net/bluetooth/6lowpan.c
Simple merge