Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361163
b: refs/heads/master
c: 39bb356
h: refs/heads/master
i:
  361161: 7962dd9
  361159: 1441794
v: v3
  • Loading branch information
Ruslan Bilovol authored and Tony Lindgren committed Mar 4, 2013
1 parent 7432b92 commit 2822cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0fa26ce9f3fbaf517f752283f5b7efc5cbb51916
refs/heads/master: 39bb356ee60581c3d28d6a636e5f221006d95f0c
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ static int __init _omap_mux_get_by_name(struct omap_mux_partition *partition,
return -EINVAL;
}

pr_err("%s: Could not find signal %s\n", __func__, muxname);

return -ENODEV;
}

Expand All @@ -234,6 +232,8 @@ int __init omap_mux_get_by_name(const char *muxname,
return mux_mode;
}

pr_err("%s: Could not find signal %s\n", __func__, muxname);

return -ENODEV;
}

Expand Down

0 comments on commit 2822cd6

Please sign in to comment.