Title: [9767] trunk/include/linux/input/adp5589.h: Input: ADP5589: Apply review feedback
- Revision
- 9767
- Author
- hennerich
- Date
- 2011-03-24 09:53:03 -0400 (Thu, 24 Mar 2011)
Log Message
Input: ADP5589: Apply review feedback
Use bool type where applicable
Modified Paths
Diff
Modified: trunk/include/linux/input/adp5589.h (9766 => 9767)
--- trunk/include/linux/input/adp5589.h 2011-03-24 10:29:12 UTC (rev 9766)
+++ trunk/include/linux/input/adp5589.h 2011-03-24 13:53:03 UTC (rev 9767)
@@ -175,8 +175,8 @@
unsigned keypad_en_mask; /* Keypad (Rows/Columns) enable mask */
const unsigned short *keymap; /* Pointer to keymap */
unsigned short keymapsize; /* Keymap size */
- unsigned repeat:1; /* Enable key repeat */
- unsigned en_keylock:1; /* Enable key lock feature */
+ bool repeat; /* Enable key repeat */
+ bool en_keylock; /* Enable key lock feature */
unsigned char unlock_key1; /* Unlock Key 1 */
unsigned char unlock_key2; /* Unlock Key 2 */
unsigned char unlock_timer; /* Time in seconds [0..7] between the two unlock keys 0=disable */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits