Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226100
b: refs/heads/master
c: 28d6a7a
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Patard (Rtp) authored and Sascha Hauer committed Nov 24, 2010
1 parent 5be2329 commit e1add53
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: c2932bf47001697fc48e89f1d136532703ed4779
refs/heads/master: 28d6a7a2f37a349a2292e52a87d76f06f55dc9d8
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/iomux-v3.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int mxc_iomux_v3_setup_pad(iomux_v3_cfg_t *pad)

if (MUX_SELECT_INPUT_OFS(pad))
__raw_writel(MUX_SELECT_INPUT(pad),
base + MUX_SELECT_INPUT(pad));
base + MUX_SELECT_INPUT_OFS(pad));

if (!(MUX_PAD_CTRL(pad) & NO_PAD_CTRL) && MUX_PAD_CTRL_OFS(pad))
__raw_writel(MUX_PAD_CTRL(pad), base + MUX_PAD_CTRL_OFS(pad));
Expand Down

0 comments on commit e1add53

Please sign in to comment.