diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2008-09-13 14:03:32 +0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-09-20 15:03:50 +0400 |
commit | a650031a6bd16cb6789da9b3c27fc97341239f12 (patch) | |
tree | c16f1426a9d911dc2dfa327fa932a01ef2179171 /mm/Makefile | |
parent | 9d4e98e9609bc19d4a8ac4a5c3218358d1820114 (diff) | |
download | linux-a650031a6bd16cb6789da9b3c27fc97341239f12.tar.xz |
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>
Diffstat (limited to 'mm/Makefile')
0 files changed, 0 insertions, 0 deletions