commit | 0fdd244fe820c03b59ab1286db3d0b4a42c66e13 | [log] [tgz] |
---|---|---|
author | Kevin Hao <haokexin@gmail.com> | Thu Jan 08 18:38:17 2015 +0800 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Jan 13 23:58:08 2015 +0530 |
tree | 385697658d093e6cd83115cee662e32d9057c81c | |
parent | 75dc1775ec83db305a68d153a7ac5eb4e8b634a0 [diff] |
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>