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:
426c189
)
Bluetooth: Use NULL instead of integer for mgmt_device_connected param
author
Szymon Janc
<szymon@janc.net.pl>
Sun, 12 Feb 2012 12:55:35 +0000
(13:55 +0100)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 29 Feb 2012 15:48:31 +0000
(17:48 +0200)
Last param of mgmt_device_connected is of pointer type, so use NULL
instead of 0 for it. This fix following sparse warning:
CHECK net/bluetooth/hci_event.c
net/bluetooth/hci_event.c:3262:74: warning: Using plain integer as NULL pointer
Signed-off-by: Szymon Janc <szymon@janc.net.pl>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
No differences found