From f4c73c30eaf9da3a325e4b06c6b8400e303d7f00 Mon Sep 17 00:00:00 2001 From: Michael Hennerich Date: Wed, 27 Oct 2010 15:33:20 -0700 Subject: [PATCH] --- yaml --- r: 218509 b: refs/heads/master c: 9ef8c8c51a7d76bae73e0259c356b24533b6b7c0 h: refs/heads/master i: 218507: 0e0b82f732776bf5c66c10452f8b85f2c4949891 v: v3 --- [refs] | 2 +- trunk/include/linux/i2c/adp5588.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index fb4a7cdd6c5e..a8f676f6b8d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 459773ae8dbbd480886d186181c6bc2e8556025f +refs/heads/master: 9ef8c8c51a7d76bae73e0259c356b24533b6b7c0 diff --git a/trunk/include/linux/i2c/adp5588.h b/trunk/include/linux/i2c/adp5588.h index 531376b77773..bec05ed21766 100644 --- a/trunk/include/linux/i2c/adp5588.h +++ b/trunk/include/linux/i2c/adp5588.h @@ -141,9 +141,9 @@ struct adp5588_kpad_platform_data { }; struct adp5588_gpio_platform_data { - unsigned gpio_start; /* GPIO Chip base # */ - unsigned irq_base; /* interrupt base # */ - unsigned pullup_dis_mask; /* Pull-Up Disable Mask */ + int gpio_start; /* GPIO Chip base # */ + unsigned irq_base; /* interrupt base # */ + unsigned pullup_dis_mask; /* Pull-Up Disable Mask */ int (*setup)(struct i2c_client *client, int gpio, unsigned ngpio, void *context);