From: Fabio Estevam Date: Tue, 10 Jan 2012 20:33:50 +0000 (-0200) Subject: Bluetooth: Fix 'enable_hs' type X-Git-Tag: v3.4-rc1~177^2~112^2~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b281b9c7820b054d15cf471c418fd884cbbec78;p=pandora-kernel.git 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 Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed