From 3083314238afb593b598dca4bab4bb6ae09a6c82 Mon Sep 17 00:00:00 2001 From: Aaro Koskinen Date: Thu, 6 Jan 2011 19:49:28 -0800 Subject: [PATCH] arm: mach-omap2: mux: fix buffer overrun memcpy() copies 8 bytes too much (omap_mux_entry vs. omap_mux). Correct by replacing memcpy() with struct assignment, which is safer. Signed-off-by: Aaro Koskinen Signed-off-by: Tony Lindgren --- Reading git-format-patch failed