commit | e0337cc8b02fcb3f725746735db84d6d1b6b9196 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Wed Jun 20 19:10:30 2012 +0200 |
committer | Chris Ball <cjb@laptop.org> | Sat Jul 21 00:02:09 2012 -0400 |
tree | 9bb2b4af39dadcf0a4d40ef8ea9d3b1528dd3d97 | |
parent | 3bfe619dc365e439936ed6dae36506944c44c18c [diff] |
mmc: tmio: don't needlessly enable interrupts during probing We don't have to force-enable MMC interrupts in our .probe() method, mmc_add_host() will trigger card detection, that will enable all the necessary interrupts. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Chris Ball <cjb@laptop.org>