]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: host: tmio: drop superfluous exit path
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 6 Jan 2017 08:38:33 +0000 (09:38 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:20:07 +0000 (13:20 +0100)
commitad7014b3949b6c2b6ce46a546d6d204b5643e621
tree8b20b886a47b38a43498968964bc776c7ded76b2
parentc1ada71fb78ed885f2d403f8d18ae43656cf4e86
mmc: host: tmio: drop superfluous exit path

The probe exit path on error does nothing since commit 94b110aff8679b
("mmc: tmio: add tmio_mmc_host_alloc/free()"), so we can bail out
immediately.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/tmio_mmc_pio.c