commit | c48c5d580e2aa6c22759836759b3c01e4ee9e8c0 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Tue Dec 29 21:11:45 2015 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Feb 29 11:02:45 2016 +0100 |
tree | 6c14efd46f654c22814acf7ffc89412bb02f2122 | |
parent | fc77dbd34c5c99bce46d40a2491937c3bcbd10af [diff] |
mmc: sdricoh_cs: Delete unnecessary variable initialisations These variables will eventually be set to an appropriate value a bit later. * host * iobase * result Thus let us omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>