OSDN Git Service

dmaengine: ti: edma: remove unused code
authorYueHaibing <yuehaibing@huawei.com>
Thu, 5 Sep 2019 06:02:49 +0000 (14:02 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 11 Oct 2019 10:15:41 +0000 (15:45 +0530)
commit6735ab500b8915182127a9030f04683b8f8b1431
treee4c71880e59e099a91f19da936d0ca59b906f6b1
parent5b3e3606ab06fc8a8158d01bee07b8aa1c6068e9
dmaengine: ti: edma: remove unused code

drivers/dma/ti/edma.c: In function edma_probe:
drivers/dma/ti/edma.c:2252:11: warning:
 variable off set but not used [-Wunused-but-set-variable]

'off' is not used now, so remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20190905060249.23928-1-yuehaibing@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ti/edma.c