aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2010-05-26 17:41:58 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-05-27 12:12:39 -0400
commit6dd6bca3fb6d4f186cdc67ba9e3949ef456dcc53 (patch)
tree078c1ad4c8c387def4e5f853fe8ff1e58316b1f0 /drivers/mmc/host/atmel-mci.c
parentbbce5802afc560c4a487afea3761b85fcb862fb3 (diff)
mmc: sd: clean up redundant memset
The clearing of mrq via a memset at the top of the for loop in mmc_wait_for_app_cmd() is not required as mrq is not used and there is another clearing of mrq just below. We remove the first memset since if the initial tests in the for loop fail the memset is not required. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Cc: <linux-mmc@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mmc/host/atmel-mci.c')
0 files changed, 0 insertions, 0 deletions