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

2021-06-08 Thread Kever Yang
On 2021/6/4 下午12:56, 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: Patrick Wildt Cc: Neil Armstrong Cc: Kever Yang Reviewed-by: Neil Armstrong Sign

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

2021-06-04 Thread Patrick Wildt
Am Fri, Jun 04, 2021 at 04:56:06AM + schrieb 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: Patrick Wildt > Cc: Neil Armstrong > Cc: Kever Yang

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

2021-06-03 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: Patrick Wildt Cc: Neil Armstrong Cc: Kever Yang Reviewed-by: Neil Armstrong Signed-off-by: Anand Moon --- V1 V2: Added Neil