]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: core: Fix use of uninitialized data in mmc_send_if_cond.
authorChris Ball <cjb@laptop.org>
Wed, 13 Apr 2011 20:25:30 +0000 (16:25 -0400)
committerChris Ball <cjb@laptop.org>
Wed, 25 May 2011 01:01:42 +0000 (21:01 -0400)
commit461b06c1b62a5f1b5a3e9bf292dc56214fd87303
treeff99f1105ccb7e8d6c8c908e3773b9382acb11f4
parentb9feecddd3cc9e07a4c4688a82319eca6388872b
mmc: core: Fix use of uninitialized data in mmc_send_if_cond.

mmc_send_if_cond did not zero out mmc_command on stack.

Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/sd_ops.c