commit | a650031a6bd16cb6789da9b3c27fc97341239f12 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Sat Sep 13 19:03:32 2008 +0900 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Sat Sep 20 13:03:50 2008 +0200 |
tree | c16f1426a9d911dc2dfa327fa932a01ef2179171 | |
parent | 9d4e98e9609bc19d4a8ac4a5c3218358d1820114 [diff] |
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>