Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313771
b: refs/heads/master
c: e3e7945
h: refs/heads/master
i:
  313769: 0e5f1a2
  313767: d9eb53c
v: v3
  • Loading branch information
Paul Mundt committed Jul 17, 2012
1 parent d4cc2b9 commit b9422c1
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1acbbb4ed846ec6a546834c86a3bd4a5bad4ee4d
refs/heads/master: e3e79454a7c81a5e48c6d6b31068b12936e7d780
4 changes: 4 additions & 0 deletions trunk/drivers/sh/pfc/pinctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ static int __devinit sh_pfc_map_gpios(struct sh_pfc *pfc,
pin->number = pfc->first_gpio + i;
pin->name = gpio->name;

/* XXX */
if (unlikely(!gpio->enum_id))
continue;

sh_pfc_map_one_gpio(pfc, pmx, gpio, i);
}

Expand Down

0 comments on commit b9422c1

Please sign in to comment.