Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253150
b: refs/heads/master
c: d4ff612
h: refs/heads/master
v: v3
  • Loading branch information
Colin Cross authored and Tony Lindgren committed Jun 1, 2011
1 parent 1369e8b commit 6de1880
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1499f2dbafafe844e485ff8945f60cd9f3d5cbd9
refs/heads/master: d4ff6121b44081601206980cafcd6ed3ecb367b6
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-omap2/mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ void omap_mux_write(struct omap_mux_partition *partition, u16 val,
void omap_mux_write_array(struct omap_mux_partition *partition,
struct omap_board_mux *board_mux)
{
if (!board_mux)
return;

while (board_mux->reg_offset != OMAP_MUX_TERMINATOR) {
omap_mux_write(partition, board_mux->value,
board_mux->reg_offset);
Expand Down

0 comments on commit 6de1880

Please sign in to comment.