aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/tosa-bt.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/tosa-bt.c')
-rw-r--r--arch/arm/mach-pxa/tosa-bt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/tosa-bt.c b/arch/arm/mach-pxa/tosa-bt.c
index fb0294bd4310..bde42aa29374 100644
--- a/arch/arm/mach-pxa/tosa-bt.c
+++ b/arch/arm/mach-pxa/tosa-bt.c
@@ -38,9 +38,9 @@ static void tosa_bt_off(struct tosa_bt_data *data)
38static int tosa_bt_toggle_radio(void *data, enum rfkill_state state) 38static int tosa_bt_toggle_radio(void *data, enum rfkill_state state)
39{ 39{
40 pr_info("BT_RADIO going: %s\n", 40 pr_info("BT_RADIO going: %s\n",
41 state == RFKILL_STATE_ON ? "on" : "off"); 41 state == RFKILL_STATE_UNBLOCKED ? "on" : "off");
42 42
43 if (state == RFKILL_STATE_ON) { 43 if (state == RFKILL_STATE_UNBLOCKED) {
44 pr_info("TOSA_BT: going ON\n"); 44 pr_info("TOSA_BT: going ON\n");
45 tosa_bt_on(data); 45 tosa_bt_on(data);
46 } else { 46 } else {