Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362980
b: refs/heads/master
c: 1164d73
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Linus Walleij committed Mar 27, 2013
1 parent a496519 commit a59c150
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: c078d78aa96ceafab7379b6a50e92d9d8e2f97b5
refs/heads/master: 1164d73a98797970596023d0c54ea40855aaa1ce
4 changes: 2 additions & 2 deletions trunk/drivers/pinctrl/pinctrl-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ static int at91_pinctrl_mux_mask(struct at91_pinctrl *info,
{
int ret = 0;
int size;
const const __be32 *list;
const __be32 *list;

list = of_get_property(np, "atmel,mux-mask", &size);
if (!list) {
Expand Down Expand Up @@ -846,7 +846,7 @@ static int at91_pinctrl_parse_groups(struct device_node *np,
{
struct at91_pmx_pin *pin;
int size;
const const __be32 *list;
const __be32 *list;
int i, j;

dev_dbg(info->dev, "group(%d): %s\n", index, np->name);
Expand Down

0 comments on commit a59c150

Please sign in to comment.