]> git.karo-electronics.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>
Tue, 7 Mar 2017 11:41:07 +0000 (12:41 +0100)
commit7c9310b4d2d7310da539c55615fa8826f4ce252e
tree53d0261db49f90696705b545b7ba56df0e062598
parent3d7d6fe85f9433458b919f1cef63491ce49530b4
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