commit | 4cc8044148e7c3b1de3074b061d5b1aa224f3635 | [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:21 2016 +0530 |
tree | 834874f6743e575e61e51b95fb954e3f642ac7fe | |
parent | 56c492f34110f85d6af3686df48755b85a912827 [diff] |
dmaengine: ioat: remove unused ‘ioat_dma’ In ioat_tx_submit_unlock(), variable ‘ioat_dma’ is initialized but never used, which leads to warning with W=1 drivers/dma/ioat/dma.c: In function ‘ioat_alloc_ring_ent’: drivers/dma/ioat/dma.c:341:25: warning: variable ‘ioat_dma’ set but not used [-Wunused-but-set-variable] struct ioatdma_device *ioat_dma; So remove it. Cc: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>