]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function
authorKyungmin Park <kyungmin.park@samsung.com>
Thu, 19 Aug 2010 21:13:37 +0000 (14:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Aug 2010 16:34:55 +0000 (09:34 -0700)
commit5bde620896212d98f52b01598e7a132246ee47db
tree1ce0fcadd9bc584337146955f8aa2c9a5eaa463c
parentfd118e6cf46a16f6bfea2224b7f86e15bf1b5fa2
drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function

There's some merge problem between sdhic core and sdhci-s3c host.  After
mutex is changed to spinlock.  It needs to use use spin lock functions and
use the correct card detection function.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/sdhci-s3c.c