Re: [PATCH] mmc: core: Remove redundant runtime_idle callback

2014-05-28 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 05/28/2014 06:44 PM, Ulf Hansson wrote: > The runtime PM core handles a runtime_idle callback set to NULL as one > returning 0. So, let's just set it to NULL instead. > > Signed-off-by: Ulf Hansson > --- > drivers/mmc/c

[PATCH] mmc: core: Remove redundant runtime_idle callback

2014-05-28 Thread Ulf Hansson
The runtime PM core handles a runtime_idle callback set to NULL as one returning 0. So, let's just set it to NULL instead. Signed-off-by: Ulf Hansson --- drivers/mmc/core/bus.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/mmc/core/bus.c b/drivers/mmc/co