On Thu, Jan 05, 2017 at 12:43:24PM +0100, Wolfram Sang wrote: > tmio_mmc_sdio_irq() is not used as a seperate irq handler anymore, so we > can make it similar to the other irq helper functions, namely: > > * only give the host as argument function which is what it really needs > * prefix function name with __ > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> I like that this avoids implicitly casting to and from void *. Acked-by: Simon Horman <horms+renesas@xxxxxxxxxxxx>