OSDN Git Service

dmaengine: fsldma: remove the unused variable
authorKevin Hao <haokexin@gmail.com>
Thu, 8 Jan 2015 10:38:17 +0000 (18:38 +0800)
committerVinod Koul <vinod.koul@intel.com>
Tue, 13 Jan 2015 18:28:08 +0000 (23:58 +0530)
commit0fdd244fe820c03b59ab1286db3d0b4a42c66e13
tree385697658d093e6cd83115cee662e32d9057c81c
parent75dc1775ec83db305a68d153a7ac5eb4e8b634a0
dmaengine: fsldma: remove the unused variable

Fix the following build warning:
  drivers/dma/fsldma.c: In function 'fsl_dma_device_terminate_all':
  drivers/dma/fsldma.c:947:6: warning: unused variable 'size' [-Wunused-variable]

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/fsldma.c