commit | 95b23582d796305c66952188de2f5159b28be766 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon@janc.net.pl> | Sun Feb 12 13:55:35 2012 +0100 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Wed Feb 29 17:48:31 2012 +0200 |
tree | 2f227289ab4ef0dafa76eb690b0bc39c767807f8 | |
parent | 426c189a1b34c0d36d5eddbe1c35bc961b1a1b68 [diff] |
Bluetooth: Use NULL instead of integer for mgmt_device_connected param 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>