From: James Hogan Date: Tue, 12 Mar 2013 10:43:54 +0000 (+0000) Subject: mmc: dw_mmc: move host->data_offset init earlier X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~41^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63008768d2663723b6acea2f8739e1c8460da726;p=pandora-kernel.git mmc: dw_mmc: move host->data_offset init earlier host->data_offset is initialised at the end of the probe function depending on the VERID register, and is used for PIO operations. Move this initialisation earlier, before IRQs or slots are initialised, to be sure that PIO won't occur prior to host->data_offset being initialised. Signed-off-by: James Hogan Acked-by: Jaehoon Chung Acked-by: Seungwon Jeon Signed-off-by: Chris Ball --- Reading git-diff-tree failed