Title: [9050] trunk/include/linux/input/adp5589.h: gpio_start must be signed
Revision
9050
Author
hennerich
Date
2010-08-05 03:13:44 -0400 (Thu, 05 Aug 2010)

Log Message

gpio_start must be signed
base: identifies the first GPIO number handled by this chip; or, if
negative during registration, requests dynamic ID allocation.

Modified Paths

Diff

Modified: trunk/include/linux/input/adp5589.h (9049 => 9050)


--- trunk/include/linux/input/adp5589.h	2010-08-05 07:13:13 UTC (rev 9049)
+++ trunk/include/linux/input/adp5589.h	2010-08-05 07:13:44 UTC (rev 9050)
@@ -160,7 +160,7 @@
 struct i2c_client; /* forward declaration */
 
 struct adp5589_gpio_platform_data {
-	unsigned gpio_start;		/* GPIO Chip base # */
+	int	gpio_start;	/* GPIO Chip base # */
 	int	(*setup)(struct i2c_client *client,
 				int gpio, unsigned ngpio,
 				void *context);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to