Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58820
b: refs/heads/master
c: 4d6ceed
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Jean Delvare committed Jul 12, 2007
1 parent a8eef5a commit 655061d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e69c3ac93a9a7aa29dab7179f86da67db7b0ca3
refs/heads/master: 4d6ceed4426cd85e1203a3153246334a3537f92b
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ static void i2c_gpio_setscl_val(void *data, int state)
gpio_set_value(pdata->scl_pin, state);
}

int i2c_gpio_getsda(void *data)
static int i2c_gpio_getsda(void *data)
{
struct i2c_gpio_platform_data *pdata = data;

return gpio_get_value(pdata->sda_pin);
}

int i2c_gpio_getscl(void *data)
static int i2c_gpio_getscl(void *data)
{
struct i2c_gpio_platform_data *pdata = data;

Expand Down

0 comments on commit 655061d

Please sign in to comment.