Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256723
b: refs/heads/master
c: fb14921
h: refs/heads/master
i:
  256721: e8c213b
  256719: 979e91c
v: v3
  • Loading branch information
Lothar Waßmann authored and Grant Likely committed Jul 7, 2011
1 parent b83e07b commit c83e4d9
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: 6eae1ace68ab775e9d47f1f8e40c811ac39f733f
refs/heads/master: fb1492186276ba52d99b58121b8a9a87f20cc9f3
2 changes: 2 additions & 0 deletions trunk/drivers/gpio/gpio-mxc.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ static int __devinit mxc_gpio_probe(struct platform_device *pdev)
goto out_iounmap;

port->bgc.gc.base = pdev->id * 32;
port->bgc.dir = port->bgc.read_reg(port->bgc.reg_dir);
port->bgc.data = port->bgc.read_reg(port->bgc.reg_set);

err = gpiochip_add(&port->bgc.gc);
if (err)
Expand Down

0 comments on commit c83e4d9

Please sign in to comment.