mmc: core: change the clkgate_delay value from 0 to 3.
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2013 06:13:22 +0000 (15:13 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:45:01 +0000 (11:45 +0900)
commit768ed814e35273b7afd92110cb3fa352d0a001a4
tree173835ec7092a24a15610f24c1a64401d16ca736
parentfd1f749059e60bedb2c105fa0f234db25437b7d2
mmc: core: change the clkgate_delay value from 0 to 3.

When clkgate_delay is set to 0, then clk is gated at every request.
It's inefficient. So, it's changed from 0 to 3.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/core/host.c