From: Szymon Janc Date: Sun, 12 Feb 2012 12:55:35 +0000 (+0100) Subject: Bluetooth: Use NULL instead of integer for mgmt_device_connected param X-Git-Tag: v3.4-rc1~177^2~112^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95b23582d796305c66952188de2f5159b28be766;p=pandora-kernel.git 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 Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed