Hi Fabio, On Tue, Jan 10, 2012, Fabio Estevam wrote: > 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@xxxxxxxxxxxxx> > --- > include/net/bluetooth/hci.h | 2 +- > net/bluetooth/hci_core.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) The patch has been applied to my bluetooth-next tree. Don't you get the same warning for enable_mgmt and enable_le as well? Those seem to be declared in a similar manner. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html