From: Shawn Guo Date: Tue, 8 Nov 2011 13:57:59 +0000 (+0800) Subject: arm/mxs: fix mmc device adding for mach-mx28evk X-Git-Tag: v3.2-rc2~12^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94e05eae9a56e4fad93f18a63ae90e7ff02b576;p=pandora-kernel.git arm/mxs: fix mmc device adding for mach-mx28evk The merge commit "526b264 Merge branch 'imx/cleanup' into imx/devel" left a duplicated mx28_add_mxs_mmc() call, which causes the problem below during boot. kobject_add_internal failed for mxs-mmc.1 with -EEXIST, don't try to register things with the same name in the same directory. The patch removes this leftover and also change mmc0 adding to align with mmc1. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed