]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
toshiba_bluetooth: Change BT status message to debug
authorAzael Avalos <coproscefalo@gmail.com>
Sun, 3 May 2015 23:42:09 +0000 (17:42 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Mon, 11 May 2015 17:38:18 +0000 (10:38 -0700)
commit8798df8845c74d3433997d026abf7ba013a7fcdd
tree61c0e561b51cc6c6ccaf95c18befb05d706b8a3d
parentd85b11b1a4bee3146540111ef15b5ca1eeb71645
toshiba_bluetooth: Change BT status message to debug

The function toshiba_bluetooth_status is currently printing the
status of the device whenever it is queried, but since the
introduction of the rfkill poll code, this value will get printed
everytime the poll occurs.

This patch removes the status message from the *_status function, and
adds a debug message to the *_sync_status function printing the
bluetooth device raw status, killswitch, plug and power states of the
device as well.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_bluetooth.c