commit | 2ef7ff03a9b050f393344a4537efb176de0c7eb2 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Fri Dec 09 15:24:12 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Dec 12 22:25:22 2016 +0530 |
tree | c84e96f8e966302334e0c605c8aff5dc39d403a0 | |
parent | 920e00d62ef9a818a4af7b2f9e1dbca23f846fc1 [diff] |
dmaengine: sirf-dma: remove unused ‘sdesc’ In sirfsoc_dma_pm_suspend(), variable ‘sdesc’ is initialized but never used, which leads to warning with W=1. drivers/dma/sirf-dma.c: In function 'sirfsoc_dma_pm_suspend': drivers/dma/sirf-dma.c:1014:27: warning: variable 'sdesc' set but not used [-Wunused-but-set-variable] So remove it. Signed-off-by: Vinod Koul <vinod.koul@intel.com>