
23 Jan
2018
23 Jan
'18
8:01 p.m.
On 01/22/2018 10:04 PM, Jaehoon Chung wrote:
When clock is enabling, it's assigned to 0 as mmc->clock. Then it can't initialize any card. Fix to assign to correct clock value as mmc->cfg->f_min or f_max.
Tested-by: Stephen Warren swarren@nvidia.com Thanks!
Fixes: 9546eb92cb6 ("mmc: fix the wrong disabling clock")
Signed-off-by: Jaehoon Chung jh80.chung@samsung.com
Nit: There's usually not a blank line between the Fixes: and Signed-off-by: lines.
Nit: s/corret/correct/ in the patch subject.