commit | d1c44c9342c17e3314371325d9272684a075b65c | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Thu Sep 05 04:01:11 2019 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Sep 05 18:20:12 2019 +0100 |
tree | cdfbcc3c169819c566cb9825951ff97ad418ff8b | |
parent | a0ce1fd11e587be803eb2f299d478c962df3706f [diff] |
spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messages This helps a bit with line fitting now (the list_first_entry call) as well as during the next patch which needs to iterate through all transfers of ctlr->cur_msg so it timestamps them. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Link: https://lore.kernel.org/r/20190905010114.26718-2-olteanv@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>