]> git.baikalelectronics.ru Git - kernel.git/commit
soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'
authorLee Jones <lee.jones@linaro.org>
Tue, 3 Nov 2020 15:28:38 +0000 (15:28 +0000)
committerLi Yang <leoyang.li@nxp.com>
Mon, 23 Nov 2020 23:20:08 +0000 (17:20 -0600)
commit0dcc105e6fd27b6f01807cd7e39a63c1ca53f5e8
treed78accfcf5071d1f53bd220675afce90da4b435b
parent394db6ff79dea4bcb170691414e7d6bd0e9f8c09
soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'

Fixes the following W=1 kernel build warning(s):

 drivers/soc/fsl/qbman/qman.c: In function ‘qman_shutdown_fq’:
 drivers/soc/fsl/qbman/qman.c:2700:8: warning: variable ‘dequeue_wq’ set but not used [-Wunused-but-set-variable]

Cc: Li Yang <leoyang.li@nxp.com>
Cc: YueHaibing <yuehaibing@huawei.com>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/qbman/qman.c