platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT
[firefly-linux-kernel-4.4.55.git] / drivers / platform / x86 / toshiba_bluetooth.c
index 9867ccdf564fb3bdf10af946ad7a9c0ec873c4a6..c5e45089ac51d3c51c26522b3b07b085f38da750 100644 (file)
@@ -99,8 +99,6 @@ static int toshiba_bluetooth_status(acpi_handle handle)
                return -ENXIO;
        }
 
-       pr_info("Bluetooth status %llu\n", status);
-
        return status;
 }
 
@@ -157,6 +155,9 @@ static int toshiba_bluetooth_sync_status(struct toshiba_bluetooth_dev *bt_dev)
        bt_dev->plugged = (status & BT_PLUGGED_MASK) ? true : false;
        bt_dev->powered = (status & BT_POWER_MASK) ? true : false;
 
+       pr_debug("Bluetooth status %d killswitch %d plugged %d powered %d\n",
+                status, bt_dev->killswitch, bt_dev->plugged, bt_dev->powered);
+
        return 0;
 }