diff options
author | Nathan Chancellor <nathan@kernel.org> | 2021-08-02 20:58:20 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-08-06 16:45:58 +0300 |
commit | 53cbf462f6b5c9de364efdf443ffb74ed082463a (patch) | |
tree | 1858850e1c1a9c01643f45df3d2cf8b7e1354c58 /drivers/dma/dw/of.c | |
parent | e9c5b0b53ccca81dd0a35c62309e243a57c7959d (diff) | |
download | linux-53cbf462f6b5c9de364efdf443ffb74ed082463a.tar.xz |
dmaengine: idxd: Remove unused status variable in irq_process_work_list()
status is no longer used within this block:
drivers/dma/idxd/irq.c:255:6: warning: unused variable 'status'
[-Wunused-variable]
u8 status = desc->completion->status & DSA_COMP_STATUS_MASK;
^
1 warning generated.
Fixes: b60bb6e2bfc1 ("dmaengine: idxd: fix abort status check")
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/20210802175820.3153920-1-nathan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/dw/of.c')
0 files changed, 0 insertions, 0 deletions