From: Sahitya Tummala Date: Wed, 8 Dec 2010 09:33:03 +0000 (+0530) Subject: mmc: msm_sdcc: Fix possible circular locking dependency warning X-Git-Tag: v2.6.38-rc1~473^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62612cf9d97068dc75b48a7a3044ee907a3283ec;p=pandora-kernel.git mmc: msm_sdcc: Fix possible circular locking dependency warning In the context of request processing thread, data mover lock is acquired after the host lock. In another context, in the completion handler of data mover the locks are acquired in the reverse order, resulting in possible circular lock dependency warning. Hence, schedule a tasklet to process the dma completion so as to avoid nested locks. Signed-off-by: Sahitya Tummala Signed-off-by: David Brown --- Reading git-diff-tree failed