From 2822cd65dc1fdee9dc1051fd4b8b0db2669bf781 Mon Sep 17 00:00:00 2001 From: Ruslan Bilovol Date: Sun, 3 Feb 2013 02:15:10 +0200 Subject: [PATCH] --- yaml --- r: 361163 b: refs/heads/master c: 39bb356ee60581c3d28d6a636e5f221006d95f0c h: refs/heads/master i: 361161: 7962dd95c2ff7fcf7ae64468797790570fbe68e8 361159: 1441794ce4629524f49d4224bb439a5353b74a21 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/mux.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6aa8c25ead57..1f3ae241beed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0fa26ce9f3fbaf517f752283f5b7efc5cbb51916 +refs/heads/master: 39bb356ee60581c3d28d6a636e5f221006d95f0c diff --git a/trunk/arch/arm/mach-omap2/mux.c b/trunk/arch/arm/mach-omap2/mux.c index 03fa4f4d3cf5..f82cf878d6af 100644 --- a/trunk/arch/arm/mach-omap2/mux.c +++ b/trunk/arch/arm/mach-omap2/mux.c @@ -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; } @@ -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; }