commit | df3ef2d3c92c0a562ebde3699af7d12401fddf60 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Thu Apr 21 07:20:16 2011 +0000 |
committer | Chris Ball <cjb@laptop.org> | Tue May 24 23:53:52 2011 -0400 |
tree | 4969fcb7e716bcedd8634ccfdf14e3d1f274abee | |
parent | faca6648e6f9659400bdafb985b50ba41f1a23b5 [diff] |
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 <g.liakhovetski@gmx.de> Signed-off-by: Chris Ball <cjb@laptop.org>