Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322970
b: refs/heads/master
c: 077664a
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Paul Mundt committed Sep 18, 2012
1 parent ed9f718 commit 55acff5
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: d4b7c5db429fbfd3c79120b27ccf66d583606b57
refs/heads/master: 077664a2644ff6fa0fb1a0c15be96fed359d09f4
3 changes: 2 additions & 1 deletion trunk/drivers/sh/pfc/pinctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ static int sh_pfc_gpio_request_enable(struct pinctrl_dev *pctldev,
break;
default:
pr_err("Unsupported mux type (%d), bailing...\n", pinmux_type);
return -ENOTSUPP;
ret = -ENOTSUPP;
goto err;
}

ret = 0;
Expand Down

0 comments on commit 55acff5

Please sign in to comment.