Thread (24 messages) flat view 24 messages, 2 authors, 2012-05-08
STALE5234d

[PATCH 02/10] mmc: mxs-mmc: let ssp_is_old take host as parameter

From: Shawn Guo <hidden>
Date: 2012-05-08 14:32:05
Also in: linux-mmc

On Tue, May 08, 2012 at 01:43:49AM +0200, Marek Vasut wrote:
quoted
 #define SSP_VERSION_LATEST	4
-#define ssp_is_old()		(host->version < SSP_VERSION_LATEST)
+#define ssp_is_old(host)	(host->version < SSP_VERSION_LATEST)
(host)->version ... to make the macro safer.
Sounds good.
quoted
-	if ((stat & BM_SSP_CTRL1_SDIO_IRQ) && (stat & BM_SSP_CTRL1_SDIO_IRQ_EN))
+	if ((sta & BM_SSP_CTRL1_SDIO_IRQ) && (stat & BM_SSP_CTRL1_SDIO_IRQ_EN))
^ s/sta/stat/ ... did you try compiling this at all ? :-)
This is an error introduced by a last minute rebase.  Thanks for
catching it.  Fixed.

-- 
Regards,
Shawn
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help