Re: [PATCH] mmc: dw_mmc: remove unnecessary debug message

2014-12-23 Thread Ulf Hansson
On 23 December 2014 at 13:07, Beomho Seo wrote: > This patch remove unnecessary 'out of memory' message on dw mmc driver. > > Signed-off-by: Beomho Seo Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/host/dw_mmc-exynos.c |4 +--- > drivers/mmc/host/dw_mmc.c|4 +

Re: [PATCH] mmc: dw_mmc: remove unnecessary debug message

2014-12-23 Thread Jaehoon Chung
Plz CC'd the mmc maintainers and dw-mmc maintainers. Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 12/23/2014 09:07 PM, Beomho Seo wrote: > This patch remove unnecessary 'out of memory' message on dw mmc driver. > > Signed-off-by: Beomho Seo > --- > drivers/mmc/host/dw_mmc-exynos.c

[PATCH] mmc: dw_mmc: remove unnecessary debug message

2014-12-23 Thread Beomho Seo
This patch remove unnecessary 'out of memory' message on dw mmc driver. Signed-off-by: Beomho Seo --- drivers/mmc/host/dw_mmc-exynos.c |4 +--- drivers/mmc/host/dw_mmc.c|4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/driv