From 08e44742b5ffc7d8b3e1ee28fc54a27911a986c5 Mon Sep 17 00:00:00 2001 From: Aaro Koskinen Date: Thu, 6 Jan 2011 19:49:28 -0800 Subject: [PATCH] --- yaml --- r: 231096 b: refs/heads/master c: 3083314238afb593b598dca4bab4bb6ae09a6c82 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/mux.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cd0d747faa03..26df8d55d0e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e118a1df32c41186f717bbe6b42142741530e8b9 +refs/heads/master: 3083314238afb593b598dca4bab4bb6ae09a6c82 diff --git a/trunk/arch/arm/mach-omap2/mux.c b/trunk/arch/arm/mach-omap2/mux.c index 17bd6394d224..df8d2f2872c6 100644 --- a/trunk/arch/arm/mach-omap2/mux.c +++ b/trunk/arch/arm/mach-omap2/mux.c @@ -893,7 +893,7 @@ static struct omap_mux * __init omap_mux_list_add( return NULL; m = &entry->mux; - memcpy(m, src, sizeof(struct omap_mux_entry)); + entry->mux = *src; #ifdef CONFIG_OMAP_MUX if (omap_mux_copy_names(src, m)) {