Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Jason Yan <[email protected]> Reported-by: kernel test robot <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Li Yang <[email protected]>
- Loading branch information