Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376084
b: refs/heads/master
c: 90dae4e
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and Linus Walleij committed May 20, 2013
1 parent 9095982 commit 247db48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2519f9abced15b4327f03d7b8666827517582c29
refs/heads/master: 90dae4ebf03063a70d992aad00d5f5a607c31db8
3 changes: 2 additions & 1 deletion trunk/drivers/gpio/gpio-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ static int mxs_gpio_probe(struct platform_device *pdev)

err = bgpio_init(&port->bgc, &pdev->dev, 4,
port->base + PINCTRL_DIN(port),
port->base + PINCTRL_DOUT(port), NULL,
port->base + PINCTRL_DOUT(port) + MXS_SET,
port->base + PINCTRL_DOUT(port) + MXS_CLR,
port->base + PINCTRL_DOE(port), NULL, 0);
if (err)
goto out_irqdesc_free;
Expand Down

0 comments on commit 247db48

Please sign in to comment.