linux-kernel-test/drivers/mmc
Linus Walleij e9b86841b3 mmc: fix division by zero in MMC core
The card is not always clocked and the clock frequency zero is perfectly
legal, thus this code in mmc_set_data_timeout() may cause a division by
zero. It will be triggered more often if you're using software clock
gating but can be triggered under other conditions too.

Reported-by: Pierre Tardy <tardyp@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Reviewed-by: Chris Ball <cjb@laptop.org>
Cc: <stable@kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
2011-01-08 23:52:33 -05:00
..
card mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK. 2011-01-08 23:52:26 -05:00
core mmc: fix division by zero in MMC core 2011-01-08 23:52:33 -05:00
host mmc: tmio_mmc: fix CMD irq handling 2011-01-08 23:52:32 -05:00
Kconfig
Makefile mmc: Makefile: Fix EXTRA_CFLAGS assignment 2010-10-23 21:11:15 +08:00