Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296370
b: refs/heads/master
c: 7655b2a
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Feb 18, 2012
1 parent 7657b65 commit 4dbed42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5ae587f5d258bda9c24bb8387315eb2ebedeee9
refs/heads/master: 7655b2ac9ed3206fb916357b8b1065f08324507d
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/ucb1x00-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ static int ucb1x00_probe(struct mcp *mcp)
ucb->gpio.base = -1;
if (pdata && pdata->gpio_base) {
ucb->gpio.label = dev_name(&ucb->dev);
ucb->gpio.dev = &ucb->dev;
ucb->gpio.owner = THIS_MODULE;
ucb->gpio.base = pdata->gpio_base;
ucb->gpio.ngpio = 10;
ucb->gpio.set = ucb1x00_gpio_set;
Expand Down

0 comments on commit 4dbed42

Please sign in to comment.