Re: [PATCH 2/2] mmc: dw_mmc: print card frequency in debug level

2014-05-01 Thread Jaehoon Chung
Hi, Sebastian. You have to work on latest mmc-next repository. And that message is useful information for debugging. I didn't want to change message level. Best Regards, Jaehoon Chung On 04/30/2014 10:44 PM, Sebastian Andrzej Siewior wrote: > Printing this at info level can be very noisy the CD

[PATCH 2/2] mmc: dw_mmc: print card frequency in debug level

2014-04-30 Thread Sebastian Andrzej Siewior
Printing this at info level can be very noisy the CD is not working and we poll for the card. Signed-off-by: Sebastian Andrzej Siewior --- drivers/mmc/host/dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 82f