RE: [PATCH] mmc:bfin_sdh fix build warning in sdh_dma_irq()

2013-08-11 Thread Zhang, Sonic
ernel@vger.kernel.org; shuahk...@gmail.com >Subject: [PATCH] mmc:bfin_sdh fix build warning in sdh_dma_irq() > >Fix the following build warning in sdh_dma_irq() >drivers/mmc/host/bfin_sdh.c:466:2: warning: format %lx expects argument of >type >long unsigned int , bu

RE: [PATCH] mmc:bfin_sdh fix build warning in sdh_dma_irq()

2013-08-11 Thread Zhang, Sonic
@vger.kernel.org; shuahk...@gmail.com Subject: [PATCH] mmc:bfin_sdh fix build warning in sdh_dma_irq() Fix the following build warning in sdh_dma_irq() drivers/mmc/host/bfin_sdh.c:466:2: warning: format %lx expects argument of type long unsigned int , but argument 5 has type int [-Wformat

[PATCH] mmc:bfin_sdh fix build warning in sdh_dma_irq()

2013-08-10 Thread Shuah Khan
Fix the following build warning in sdh_dma_irq() drivers/mmc/host/bfin_sdh.c:466:2: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘int’ [-Wformat] dev_dbg(mmc_dev(host->mmc), "%s enter, irq_stat: 0x%04x\n", __func__,

[PATCH] mmc:bfin_sdh fix build warning in sdh_dma_irq()

2013-08-10 Thread Shuah Khan
Fix the following build warning in sdh_dma_irq() drivers/mmc/host/bfin_sdh.c:466:2: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘int’ [-Wformat] dev_dbg(mmc_dev(host-mmc), %s enter, irq_stat: 0x%04x\n, __func__,