media: nxp: imx8-isi: Replace udelay() with fsleep()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 7 Apr 2023 04:25:28 +0000 (05:25 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 16 Apr 2023 06:37:44 +0000 (07:37 +0100)
commit2bab9442b85665c1f52062dca6a5623dffc18272
tree4dc2d39e664e9f800672e82ccb8b35d04e312789
parent605b57c4e888ca5189e87b9db62772eb3ff23735
media: nxp: imx8-isi: Replace udelay() with fsleep()

The ISI driver uses udelay() to wait for 300µs in a context where it can
sleep. Use fsleep() instead.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c