Title: [6977] trunk/drivers/input/joystick/bfin_rotary.c: Cleanup - no functional changes
Revision
6977
Author
hennerich
Date
2009-07-13 04:51:13 -0500 (Mon, 13 Jul 2009)

Log Message

Cleanup - no functional changes

Modified Paths


Diff

Modified: trunk/drivers/input/joystick/bfin_rotary.c (6976 => 6977)


--- trunk/drivers/input/joystick/bfin_rotary.c	2009-07-13 04:16:42 UTC (rev 6976)
+++ trunk/drivers/input/joystick/bfin_rotary.c	2009-07-13 09:51:13 UTC (rev 6977)
@@ -4,7 +4,7 @@
  *
  * Description:  Rotary counter driver for Analog Devices Blackfin Processors
  *
- *               Copyright 2008 Analog Devices Inc.
+ *               Copyright 2008-2009 Analog Devices Inc.
  *
  * Bugs:         Enter bugs at http://blackfin.uclinux.org/
  *
@@ -74,7 +74,7 @@
 		return;
 
 	if (rotary->rotary_up_key && rotary->rotary_down_key) {
-		int keycode = (delta > 0) ? rotary->rotary_up_key:
+		int keycode = (delta > 0) ? rotary->rotary_up_key :
 					    rotary->rotary_down_key;
 
 		/* simulate a press-n-release */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to