On Tue, May 08, 2012 at 01:43:49AM +0200, Marek Vasut wrote: > > #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. > > - 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 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html