Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336389
b: refs/heads/master
c: a7e35b9
h: refs/heads/master
i:
  336387: 3b89473
v: v3
  • Loading branch information
Wei Yongjun authored and Linus Walleij committed Oct 28, 2012
1 parent 96b4895 commit 21d27ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 05daa16a86b1f822eeb4324f8874d4d9b915a717
refs/heads/master: a7e35b9c324f73386e33ded83fca2d70771a1f06
3 changes: 0 additions & 3 deletions trunk/drivers/pinctrl/pinctrl-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ static int at91_dt_node_to_map(struct pinctrl_dev *pctldev,
struct device_node *parent;
int map_num = 1;
int i;
struct at91_pmx_pin *pin;

/*
* first find the group of this node and check if we need create
Expand Down Expand Up @@ -255,8 +254,6 @@ static int at91_dt_node_to_map(struct pinctrl_dev *pctldev,
/* create config map */
new_map++;
for (i = 0; i < grp->npins; i++) {
pin = &grp->pins_conf[i];

new_map[i].type = PIN_MAP_TYPE_CONFIGS_PIN;
new_map[i].data.configs.group_or_pin =
pin_get_name(pctldev, grp->pins[i]);
Expand Down

0 comments on commit 21d27ba

Please sign in to comment.