remarkable-linux/drivers/mmc
Akinobu Mita a650031a6b mmc_test: initialize mmc_test_lock statically
The mutex mmc_test_lock is initialized at every time mmc_test device
is probed. Probing another mmc_test device may break the mutex, if
the probe function is called while the mutex is locked.

This patch fixes it by statically initializing mmc_test_lock.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
2008-09-20 13:03:50 +02:00
..
card mmc_test: initialize mmc_test_lock statically 2008-09-20 13:03:50 +02:00
core mmc: properly iterate over sg list in debug check 2008-08-01 19:03:37 +02:00
host atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pin 2008-09-20 12:12:23 +02:00
Kconfig
Makefile