Re: [PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-05-03 Thread Darren Hart
On Mon, Apr 27, 2015 at 02:32:49PM -0600, Azael Avalos wrote: > The function toshiba_bluetooth_status s currently printing the status A nit since there will be v2: ^ is -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-05-03 Thread Darren Hart
On Mon, Apr 27, 2015 at 02:32:49PM -0600, Azael Avalos wrote: The function toshiba_bluetooth_status s currently printing the status A nit since there will be v2: ^ is -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-04-28 Thread Bjørn Mork
Azael Avalos writes: > Well, I was under the impression that what really gets printed is: > toshiba_bluetooth: killswitch 1 Ah, right. Yes, I missed the #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt you already had in the module. That helps a lot. Bjørn -- To unsubscribe from this list:

Re: [PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-04-28 Thread Azael Avalos
Hi there, 2015-04-28 1:36 GMT-06:00 Bjørn Mork : > Azael Avalos writes: > >> The function toshiba_bluetooth_status s 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 >>

Re: [PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-04-28 Thread Bjørn Mork
Azael Avalos writes: > The function toshiba_bluetooth_status s 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 changes the level of the printed

Re: [PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-04-28 Thread Bjørn Mork
Azael Avalos coproscef...@gmail.com writes: Well, I was under the impression that what really gets printed is: toshiba_bluetooth: killswitch 1 Ah, right. Yes, I missed the #define pr_fmt(fmt) KBUILD_MODNAME : fmt you already had in the module. That helps a lot. Bjørn -- To unsubscribe

Re: [PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-04-28 Thread Azael Avalos
Hi there, 2015-04-28 1:36 GMT-06:00 Bjørn Mork bj...@mork.no: Azael Avalos coproscef...@gmail.com writes: The function toshiba_bluetooth_status s currently printing the status of the device whenever it is queried, but since the introduction of the rfkill poll code, this value will get

Re: [PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-04-28 Thread Bjørn Mork
Azael Avalos coproscef...@gmail.com writes: The function toshiba_bluetooth_status s 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 changes the level of

[PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-04-27 Thread Azael Avalos
The function toshiba_bluetooth_status s 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 changes the level of the printed message from info to debug, and also

[PATCH 5/6] toshiba_bluetooth: Change BT status message to debug

2015-04-27 Thread Azael Avalos
The function toshiba_bluetooth_status s 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 changes the level of the printed message from info to debug, and also