pci: pcie_dw_rockchip: Replace msleep occurences by udelay
authorAnand Moon <linux.amoon@gmail.com>
Sat, 5 Jun 2021 14:38:43 +0000 (14:38 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 18 Jun 2021 06:36:54 +0000 (14:36 +0800)
commit88647f078dbae9a43a37af37454f2b9f535a16dd
tree5df4ba13e212bd4cf33a6948c4a01f7d9d208ce7
parent290686f79a3c0bc3adaca941f665efe301fadea0
pci: pcie_dw_rockchip: Replace msleep occurences by udelay

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 <patrick@blueri.se>
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/pci/pcie_dw_rockchip.c