Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263953
b: refs/heads/master
c: aa9d842
h: refs/heads/master
i:
  263951: 8339bc9
v: v3
  • Loading branch information
Sascha Hauer authored and Samuel Ortiz committed Sep 6, 2011
1 parent 3e3886f commit 4468679
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: 8efcc57dedfebc99c3cd39564e3fc47cd1a24b75
refs/heads/master: aa9d842c5f2da6cdef2777f2f062f61898be89d3
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/wm8350-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static int gpio_set_dir(struct wm8350 *wm8350, int gpio, int dir)
return ret;
}

static int gpio_set_debounce(struct wm8350 *wm8350, int gpio, int db)
static int wm8350_gpio_set_debounce(struct wm8350 *wm8350, int gpio, int db)
{
if (db == WM8350_GPIO_DEBOUNCE_ON)
return wm8350_set_bits(wm8350, WM8350_GPIO_DEBOUNCE,
Expand Down Expand Up @@ -210,7 +210,7 @@ int wm8350_gpio_config(struct wm8350 *wm8350, int gpio, int dir, int func,
goto err;
if (gpio_set_polarity(wm8350, gpio, pol))
goto err;
if (gpio_set_debounce(wm8350, gpio, debounce))
if (wm8350_gpio_set_debounce(wm8350, gpio, debounce))
goto err;
if (gpio_set_dir(wm8350, gpio, dir))
goto err;
Expand Down

0 comments on commit 4468679

Please sign in to comment.