aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/mux.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-10-01 16:35:24 -0700
committerTony Lindgren <tony@atomide.com>2010-10-01 16:35:24 -0700
commit5a3b2f7a5a79082dd3a5f2294cbd85fc3b173d98 (patch)
treef61d646ca266ae1133d3e203a923f19da5c6ba95 /arch/arm/mach-omap2/mux.h
parentOMAP2+: defconfig: disable CPUfreq (diff)
downloadlinux-dev-5a3b2f7a5a79082dd3a5f2294cbd85fc3b173d98.tar.xz
linux-dev-5a3b2f7a5a79082dd3a5f2294cbd85fc3b173d98.zip
omap: Fix omap_mux_init_signal not to trash muxname
Otherwise the muxname passed to the function will get truncated. Based on an earlier patch by rockefeller.lin@innocomm.com. Reported-by: rockefeller.lin@innocomm.com Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/mux.h')
-rw-r--r--arch/arm/mach-omap2/mux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h
index a8e040c2c7e9..350c04f27383 100644
--- a/arch/arm/mach-omap2/mux.h
+++ b/arch/arm/mach-omap2/mux.h
@@ -120,7 +120,7 @@ int omap_mux_init_gpio(int gpio, int val);
* @muxname: Mux name in mode0_name.signal_name format
* @val: Options for the mux register value
*/
-int omap_mux_init_signal(char *muxname, int val);
+int omap_mux_init_signal(const char *muxname, int val);
#else