commit | c9ba7a16d0f1d2b1e70d47296eca5f612c753825 | [log] [tgz] |
---|---|---|
author | Noralf Trønnes <noralf@tronnes.org> | Sat Apr 13 20:24:13 2019 +0200 |
committer | Mark Brown <broonie@kernel.org> | Thu May 02 10:37:51 2019 +0900 |
tree | 2312ac0a1a8265a6d53a1e7716f4cad98f3bc784 | |
parent | 4d1841d64535d60a1378d847cf4cd3f340ea28c2 [diff] |
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>