Fix a simple buildfailure by removing an odd closing parenthesis
Signed-off-by: Peter Huewe <[email protected]>
---
drivers/staging/speakup/fakekey.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/speakup/fakekey.c b/drivers/staging/speakup/fakekey.c
index 9f2a7a1..1b34a87 100644
--- a/drivers/staging/speakup/fakekey.c
+++ b/drivers/staging/speakup/fakekey.c
@@ -78,7 +78,7 @@ void speakup_fake_down_arrow(void)
/* don't change CPU */
preempt_disable();
- __this_cpu_write(reporting_keystroke), true);
+ __this_cpu_write(reporting_keystroke, true);
input_report_key(virt_keyboard, KEY_DOWN, PRESSED);
input_report_key(virt_keyboard, KEY_DOWN, RELEASED);
__this_cpu_write(reporting_keystroke, false);
--
1.7.2.2
On 12/08/2010 11:45 PM, Peter Huewe wrote:
> Fix a simple buildfailure by removing an odd closing parenthesis
>
> Signed-off-by: Peter Huewe <[email protected]>
Already fixed in percpu#for-next. Sorry about the trouble.
Thanks.
--
tejun