]> git.baikalelectronics.ru Git - kernel.git/commit
bluetooth: hci: Fix type of "enable_hs" to bool.
authorDavid S. Miller <davem@davemloft.net>
Sun, 22 Jan 2012 19:45:14 +0000 (14:45 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Jan 2012 20:08:46 +0000 (15:08 -0500)
commite65a2a1dc00244b96baacaa3131cc1444f93af8e
treec82c5be4c43ab5c82cf9fad022a4c77df30e90cc
parent9f262d0de99a186cfb446d709f2f8553b57e753d
bluetooth: hci: Fix type of "enable_hs" to bool.

Fixes:

net/bluetooth/hci_core.c: In function ‘__check_enable_hs’:
net/bluetooth/hci_core.c:2587:1: warning: return from incompatible pointer type [enabled by default]

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/bluetooth/hci.h
net/bluetooth/hci_core.c