dmaengine: idxd: remove set but not used variable 'idxd_cdev'
authorYueHaibing <yuehaibing@huawei.com>
Mon, 10 Feb 2020 15:18:55 +0000 (23:18 +0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 13 Feb 2020 14:33:41 +0000 (20:03 +0530)
commitbfc8f1a87c37e9762b8e37474267db36401e8161
tree98ca8d8dca9c5e4e25f79dd7b7dc8b437353fb81
parentf7b280c6388137185fab4408da18d989ba36c721
dmaengine: idxd: remove set but not used variable 'idxd_cdev'

drivers/dma/idxd/cdev.c: In function idxd_cdev_open:
drivers/dma/idxd/cdev.c:77:20: warning:
 variable idxd_cdev set but not used [-Wunused-but-set-variable]

commit 42d279f9137a ("dmaengine: idxd: add char driver to
expose submission portal to userland") involed this.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/20200210151855.55044-1-yuehaibing@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idxd/cdev.c