ARM: 7216/1: mmc: mmci: Do not release spinlock in request_end
authorUlf Hansson <ulf.hansson@stericsson.com>
Tue, 13 Dec 2011 15:53:17 +0000 (16:53 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 20 Jan 2012 00:00:55 +0000 (00:00 +0000)
commit5074d25dc97ac2d93fca7852563b7e204f03464a
tree149c4fc742e4bc1db63dc6941028d27b10b88ced
parent859dd55d91d977090efbba15c7dfc82e7ed774ef
ARM: 7216/1: mmc: mmci: Do not release spinlock in request_end

The patch "mmc: core: move ->request() call from atomic context",
is the reason to why this change is possible. This simplifies the
error handling code execution path quite a lot and potentially also
fixes some error handling hang problems.

Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/mmci.c