Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273353
b: refs/heads/master
c: c63bcc6
h: refs/heads/master
i:
  273351: 694a807
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Oct 28, 2011
1 parent 2935b30 commit 65a2976
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 52e3124f248e9ada990cd2aeafe250a53713c6f0
refs/heads/master: c63bcc6ff135397b38cdb510c173e4a6629cede5
2 changes: 1 addition & 1 deletion trunk/drivers/sh/pfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static int get_config_reg(struct pinmux_info *gpioc, pinmux_enum_t enum_id,

if (!r_width)
break;
for (n = 0; n < (r_width / f_width) * 1 << f_width; n++) {
for (n = 0; n < (r_width / f_width) * (1 << f_width); n++) {
if (config_reg->enum_ids[n] == enum_id) {
*crp = config_reg;
*indexp = n;
Expand Down

0 comments on commit 65a2976

Please sign in to comment.