mmc: tegra: remove redundant return statement
authorAapo Vienamo <[email protected]>
Fri, 4 May 2018 09:20:53 +0000 (12:20 +0300)
committerUlf Hansson <[email protected]>
Tue, 8 May 2018 09:03:39 +0000 (11:03 +0200)
commitcf56c819c851a542a43b3b9d4330ed6821a62da1
tree82990af887fac883fd8709581d9d3d29c6af39a8
parent3ce7f76ff9033cbf966c1121ea59051b533f95ef
mmc: tegra: remove redundant return statement

A redundant return statement is removed from
tegra_sdhci_set_uhs_signaling(). The function returns void and the
return does not affect the control flow of the function.

Signed-off-by: Aapo Vienamo <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
drivers/mmc/host/sdhci-tegra.c