]> git.baikalelectronics.ru Git - kernel.git/commit
spi: Release spi_res after finalizing message
authorNoralf Trønnes <noralf@tronnes.org>
Sat, 13 Apr 2019 18:24:13 +0000 (20:24 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 2 May 2019 01:37:51 +0000 (10:37 +0900)
commit286d4461b08a068bb7936d1c1a0d45cedcfa6473
tree2312ac0a1a8265a6d53a1e7716f4cad98f3bc784
parente8ba2173b09ee64270ebb3ded6440fcfcbc2bd96
spi: Release spi_res after finalizing message

spi_split_transfers_maxsize() can be used to split a transfer. This
function uses spi_res to lifetime manage the added transfer structures.
So in order to finalize the current message while it contains the split
transfers, spi_res_release() must be called after finalizing.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c