Re: [PATCH] Staging: speakup: fixed reporting_keystroke variable type

2014-05-17 Thread Dan Carpenter
On Sat, May 17, 2014 at 12:46:43AM +, Son P. Nguyen wrote: > From: "Son P. Nguyen" > > Fixed reporting_keystroke type to int instead of bool to quiet sparse > complaints of error cannot size expression. > > This is a part of eudyptula-challenge. > This is a bug in Sparse. The original

Re: [PATCH] Staging: speakup: fixed reporting_keystroke variable type

2014-05-17 Thread Dan Carpenter
On Sat, May 17, 2014 at 12:46:43AM +, Son P. Nguyen wrote: From: Son P. Nguyen fastmu...@gmail.com Fixed reporting_keystroke type to int instead of bool to quiet sparse complaints of error cannot size expression. This is a part of eudyptula-challenge. This is a bug in Sparse. The

[PATCH] Staging: speakup: fixed reporting_keystroke variable type

2014-05-16 Thread Son P. Nguyen
From: "Son P. Nguyen" Fixed reporting_keystroke type to int instead of bool to quiet sparse complaints of error cannot size expression. This is a part of eudyptula-challenge. Signed-off-by: Son P. Nguyen --- drivers/staging/speakup/fakekey.c | 6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH] Staging: speakup: fixed reporting_keystroke variable type

2014-05-16 Thread Son P. Nguyen
From: Son P. Nguyen fastmu...@gmail.com Fixed reporting_keystroke type to int instead of bool to quiet sparse complaints of error cannot size expression. This is a part of eudyptula-challenge. Signed-off-by: Son P. Nguyen fastmu...@gmail.com --- drivers/staging/speakup/fakekey.c | 6 +++--- 1