dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/mmc/card
Ben Collins 203c80187e mmc: Fix crash in mmc_block on 64-bit
Fairly simple. "dev_use" was being allocated as a zero length array
because of bad math on 64-bit systems, causing a crash in
find_first_zero_bit(). One-liner follows:

Signed-off-by: Ben Collins <ben.collins@canonical.com>
Acked-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-06-05 16:14:17 -07:00
..
Kconfig mmc: mmc host test driver 2008-05-14 21:02:16 +02:00
Makefile mmc: mmc host test driver 2008-05-14 21:02:16 +02:00
block.c mmc: Fix crash in mmc_block on 64-bit 2008-06-05 16:14:17 -07:00
mmc_test.c mmc: mmc host test driver 2008-05-14 21:02:16 +02:00
queue.c blk_end_request: changing mmc (take 4) 2008-01-28 10:36:52 +01:00
queue.h mmc: bounce requests for simple hosts 2007-07-09 21:22:53 +02:00
sdio_uart.c sdio_uart: fix sign of paramter status in sdio_uart_receive_chars() 2007-11-29 19:10:30 +01:00