Searched hist:"8 b281b9c7820b054d15cf471c418fd884cbbec78" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | diff 8b281b9c7820b054d15cf471c418fd884cbbec78 Tue Jan 10 14:33:50 CST 2012 Fabio Estevam <festevam@gmail.com> Bluetooth: Fix 'enable_hs' type
Fix the following build warning:
CC [M] net/bluetooth/hci_core.o net/bluetooth/hci_core.c: In function ‘__check_enable_hs’: net/bluetooth/hci_core.c:2587: warning: return from incompatible pointer type
module_param in hci_core.c passes 'enable_hs' as bool format, so fix this variable definition type.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | diff 8b281b9c7820b054d15cf471c418fd884cbbec78 Tue Jan 10 14:33:50 CST 2012 Fabio Estevam <festevam@gmail.com> Bluetooth: Fix 'enable_hs' type
Fix the following build warning:
CC [M] net/bluetooth/hci_core.o net/bluetooth/hci_core.c: In function ‘__check_enable_hs’: net/bluetooth/hci_core.c:2587: warning: return from incompatible pointer type
module_param in hci_core.c passes 'enable_hs' as bool format, so fix this variable definition type.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|