acrn-kernel/drivers/soc/fsl/dpio
Jason Yan 72f7fe2d6a soc: fsl: dpio: remove set but not used 'addr_cena'
This addresses the following gcc warning with "make W=1":

drivers/soc/fsl/dpio/qbman-portal.c: In function
‘qbman_swp_enqueue_multiple_direct’:
drivers/soc/fsl/dpio/qbman-portal.c:650:11: warning: variable
‘addr_cena’ set but not used [-Wunused-but-set-variable]
  650 |  uint64_t addr_cena;
      |           ^~~~~~~~~

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
2020-09-22 17:43:54 -05:00
..
Makefile
dpio-cmd.h
dpio-driver.c
dpio-service.c NXP/FSL SoC driver updates for v5.8 2020-05-28 12:45:26 +02:00
dpio.c
dpio.h
qbman-portal.c soc: fsl: dpio: remove set but not used 'addr_cena' 2020-09-22 17:43:54 -05:00
qbman-portal.h