]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: pwrseq_simple: remove unused variables (no functional change)
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 5 Jan 2017 13:25:07 +0000 (14:25 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 5 Jan 2017 13:25:07 +0000 (14:25 +0100)
commitd095525ab0f989dcde0ae0d37b9130d753903d13
tree53d0261db49f90696705b545b7ba56df0e062598
parent772716a911a46f212d56ae2bc0119aa21cc24a18
mmc: pwrseq_simple: remove unused variables (no functional change)

The variable 'i' in mmc_pwrseq_simple_alloc() is unused and 'ret' is
used only once in a way that makes it unnecessary, so remove both
variables.
drivers/mmc/core/pwrseq_simple.c