mmc: dw_mmc: remove the compiling warning

2012-09-28 Thread Seungwon Jeon
This patch removes the following warning. drivers/mmc/host/dw_mmc.c:1976: warning: passing argument 1 of '_dev_info' from incompatible pointer type Signed-off-by: Seungwon Jeon tgih@samsung.com --- drivers/mmc/host/dw_mmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: mmc: dw_mmc: remove the compiling warning

2012-09-28 Thread Will Newton
On Fri, Sep 28, 2012 at 11:13 AM, Seungwon Jeon tgih@samsung.com wrote: This patch removes the following warning. drivers/mmc/host/dw_mmc.c:1976: warning: passing argument 1 of '_dev_info' from incompatible pointer type Signed-off-by: Seungwon Jeon tgih@samsung.com ---