Re: [PATCH] mmc: dw_mmc: hide clock message when card is resuming

2017-04-20 Thread Alexander Kochetkov
> 20 апр. 2017 г., в 13:06, Jaehoon Chung написал(а): > > I think you are not using the latest kernel. which version do you use? > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ce69e2fea093b7fa3991c87849c4955cd47796c9 > > Could you check this? Commit ce69e2fe

Re: [PATCH] mmc: dw_mmc: hide clock message when card is resuming

2017-04-20 Thread Jaehoon Chung
Hi Alexander, On 04/19/2017 11:55 PM, Alexander Kochetkov wrote: > Commit e9748e0364fe ("mmc: dw_mmc: force setup bus if active slots exist") > made a change resulted in clock message appears every time the card is > resuming (every 5 second in average). Add condition that previously used to > pri

[PATCH] mmc: dw_mmc: hide clock message when card is resuming

2017-04-19 Thread Alexander Kochetkov
Commit e9748e0364fe ("mmc: dw_mmc: force setup bus if active slots exist") made a change resulted in clock message appears every time the card is resuming (every 5 second in average). Add condition that previously used to print the message. Fixes: e9748e0364fe ("mmc: dw_mmc: force setup bus if act