]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: microchip-core-qspi: remove some inline markings
authorConor Dooley <conor.dooley@microchip.com>
Thu, 30 Apr 2026 10:10:20 +0000 (11:10 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:23:02 +0000 (22:23 +0900)
commit0b2eb1f8473eddeff5317e521498329581432f89
treeae77ed0cf644a922a3e3e2061bbe4d547c899b00
parenteb56deaabf127e8985fc91fa6c97bf8a3b062844
spi: microchip-core-qspi: remove some inline markings

Remove inline markings from a number of functions that are called as
part of mem ops callbacks. None of them are either particularly trivial
or sensitive to overhead of a function call. Just let the compiler
decide what to do with them.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20260430-serpent-stimulate-59fb860ef429@spud
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-microchip-core-qspi.c