Re: [PATCHv3 3/3] pci: pcie_dw_rockchip: Replace msleep occurences by udelay

2021-06-08 Thread Kever Yang
On 2021/6/4 下午12:56, Anand Moon wrote: Replace msleep occurences by udelay. drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit declaration of function 'msleep' [-Wimplicit-function-declaration] Cc: Patrick Wildt Cc: Neil Armstrong Cc: Kever Yang Signed-off-by: Anand Moon Revi

Re: [PATCHv3 3/3] pci: pcie_dw_rockchip: Replace msleep occurences by udelay

2021-06-05 Thread Anand Moon
Hi Patrick. On Fri, 4 Jun 2021 at 21:14, Patrick Wildt wrote: > > Am Fri, Jun 04, 2021 at 04:56:07AM + schrieb Anand Moon: > > Replace msleep occurences by udelay. > > > > drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit > > declaration of function 'msleep' [-Wimplicit-function-de

Re: [PATCHv3 3/3] pci: pcie_dw_rockchip: Replace msleep occurences by udelay

2021-06-04 Thread Patrick Wildt
Am Fri, Jun 04, 2021 at 04:56:07AM + schrieb Anand Moon: > Replace msleep occurences by udelay. > > drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit > declaration of function 'msleep' [-Wimplicit-function-declaration] > > Cc: Patrick Wildt > Cc: Neil Armstrong > Cc: Kever Yang

[PATCHv3 3/3] pci: pcie_dw_rockchip: Replace msleep occurences by udelay

2021-06-03 Thread Anand Moon
Replace msleep occurences by udelay. drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit declaration of function 'msleep' [-Wimplicit-function-declaration] Cc: Patrick Wildt Cc: Neil Armstrong Cc: Kever Yang Signed-off-by: Anand Moon --- V2: drop the msleep macro. --- drivers/pci/pc