From: Guennadi Liakhovetski Date: Thu, 21 Apr 2011 07:20:16 +0000 (+0000) Subject: mmc: protect the tmio_mmc driver against a theoretical race X-Git-Tag: v3.0-rc1~148^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df3ef2d3c92c0a562ebde3699af7d12401fddf60;p=pandora-kernel.git mmc: protect the tmio_mmc driver against a theoretical race The MMC subsystem does not guarantee, that host driver .request() and .set_ios() callbacks are serialised. Such concurrent calls, however, do not have to be meaningfully supported, drivers just have to make sure to avoid any severe problems. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Chris Ball --- Reading git-diff-tree failed