Re: [PATCH] toshiba_bluetooth: Fix build warning

2015-05-11 Thread Darren Hart
On Fri, May 08, 2015 at 10:15:29AM -0600, Azael Avalos wrote: > This patch fixes the build warning caused by the BT status variable, > it was previously printing a u64 value, but since it was moved to > another function, the value is now an int, and thus causing such > warning. > > Signed-off-by:

[PATCH] toshiba_bluetooth: Fix build warning

2015-05-08 Thread Azael Avalos
This patch fixes the build warning caused by the BT status variable, it was previously printing a u64 value, but since it was moved to another function, the value is now an int, and thus causing such warning. Signed-off-by: Azael Avalos --- drivers/platform/x86/toshiba_bluetooth.c | 2 +- 1 file