]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: Replace custom fsleep() implementation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Feb 2025 13:06:24 +0000 (15:06 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 5 Feb 2025 13:53:10 +0000 (13:53 +0000)
commit215705db51eb23052c73126d2efb6acbc2db0424
tree5b1897ff6f3b569565494c1f1f6178540ae7283d
parent652ffad172d089acb1a20e5fde1b66e687832b06
spi: Replace custom fsleep() implementation

_spi_transfer_delay_ns() partially reimplements what fsleep() does.
Replace that code by calling fsleep() instead.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20250205130624.716039-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c