Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: lirc: Fix warning: assignment of bool to 0/1

This patch solves the warning "Assignment of bool to 0/1"

Signed-off-by: Andreea-Cristina Bernat <bernat.ada@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andreea-Cristina Bernat and committed by
Greg Kroah-Hartman
4f4c9652 eea7c703

+1 -1
+1 -1
drivers/staging/media/lirc/lirc_igorplugusb.c
··· 62 62 63 63 /* debugging support */ 64 64 #ifdef CONFIG_USB_DEBUG 65 - static bool debug = 1; 65 + static bool debug = true; 66 66 #else 67 67 static bool debug; 68 68 #endif