From: Balaji T K Date: Mon, 2 Apr 2012 06:56:47 +0000 (+0530) Subject: mmc: omap_hsmmc: fix module re-insertion X-Git-Tag: v3.4-rc2~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc307df88f0d77505c19756d95be66c981c421ea;p=pandora-kernel.git mmc: omap_hsmmc: fix module re-insertion OMAP4 and OMAP3 HSMMC IP registers differ by 0x100 offset. Adding the offset to platform_device resource structure increments the start address for every insmod operation. MMC command fails on re-insertion as module due to incorrect register base. Fix this by updating the ioremap base address only. Signed-off-by: Balaji T K Signed-off-by: Venkatraman S Signed-off-by: Chris Ball --- Reading git-diff-tree failed