From 63008768d2663723b6acea2f8739e1c8460da726 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Tue, 12 Mar 2013 10:43:54 +0000 Subject: [PATCH] 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-format-patch failed