On Mon, Sep 24, 2012 at 8:17 AM, Arnd Bergmann <a...@arndb.de> 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 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev