Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: core: Silence compiler warning in __mmc_switch

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>

authored by

Ulf Hansson and committed by
Chris Ball
ecd3a7da ac0a2e98

+1 -1
+1 -1
drivers/mmc/core/mmc_ops.c
··· 414 414 int err; 415 415 struct mmc_command cmd = {0}; 416 416 unsigned long timeout; 417 - u32 status; 417 + u32 status = 0; 418 418 bool ignore_crc = false; 419 419 420 420 BUG_ON(!card);