On Mon, Sep 24, 2012 at 8:17 AM, Arnd Bergmann <[email protected]> wrote: > >> static inline void mmc_delay(unsigned int ms) >> { >> msleep(ms); >> } > > That would be my preferred choice, unless someone has specific issues with > this.
If we're going to do that, then just get rid of mmc_delay and replace all calls to it with msleep(). Why bother with the inline function? There's nothing really MMC-specific about it. -- Timur Tabi Linux kernel developer at Freescale -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
