]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: tmio: don't needlessly enable interrupts during probing
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 20 Jun 2012 17:10:30 +0000 (19:10 +0200)
committerChris Ball <cjb@laptop.org>
Sat, 21 Jul 2012 04:02:09 +0000 (00:02 -0400)
commite0337cc8b02fcb3f725746735db84d6d1b6b9196
tree9bb2b4af39dadcf0a4d40ef8ea9d3b1528dd3d97
parent3bfe619dc365e439936ed6dae36506944c44c18c
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>
drivers/mmc/host/tmio_mmc_pio.c