Re: [PATCH 2/3] pci: pcie_dw_rockchip: Drop the unused variable warning

2021-05-21 Thread Kever Yang
On 2021/4/26 下午9:26, Anand Moon wrote: Drop the unused variable warning below. drivers/pci/pcie_dw_rockchip.c:161:6: warning: unused variable 'val' [-Wunused-variable] 161 | u32 val; | ^~~ Cc: Neil Armstrong Cc: Kever Yang Signed-off-by: Anand Moon

[PATCH 2/3] pci: pcie_dw_rockchip: Drop the unused variable warning

2021-04-26 Thread Anand Moon
Drop the unused variable warning below. drivers/pci/pcie_dw_rockchip.c:161:6: warning: unused variable 'val' [-Wunused-variable] 161 | u32 val; | ^~~ Cc: Neil Armstrong Cc: Kever Yang Signed-off-by: Anand Moon --- drivers/pci/pcie_dw_rockchip.c | 2 -- 1