提交 911b04d6 编写于 作者: J Jeff Becker 提交者: Greg Kroah-Hartman

STAGING/SPEAKUP: Fix "expression using sizeof bool" warnings

Fix "warning: expression using sizeof bool" messages caught by sparse.
Resending directly to SPEAKUP maintainers.
Signed-off-by: NJeff Becker <Jeffrey.C.Becker@nasa.gov>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 d86b4a71
......@@ -28,7 +28,7 @@
#define PRESSED 1
#define RELEASED 0
static DEFINE_PER_CPU(bool, reporting_keystroke);
static DEFINE_PER_CPU(int, reporting_keystroke);
static struct input_dev *virt_keyboard;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册