]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: host: tmio: refactor calls to sdio irq
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 19 Jan 2017 20:07:16 +0000 (21:07 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:20:34 +0000 (13:20 +0100)
commite4f38eb18aedd098b3019e82df07f583a5cbcc58
treed2fa03982ccef74149916429d52d82cfbfd80569
parentde19b4c928ce4f2ab88fc49888627313fd2c49e4
mmc: host: tmio: refactor calls to sdio irq

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@sang-engineering.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/tmio_mmc_pio.c