commit | 6fb7427d84f6ed064776434436485cfb0f6711e9 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Oct 21 13:36:24 2019 +0300 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 25 11:09:53 2019 +0100 |
tree | b2c48a2a89483c097891d89052e43b54861161e0 | |
parent | e58f7d15e6beb255b3907054a0536db77c979a31 [diff] |
spi: pxa2xx: Introduce temporary variables to increase readability The current conditional for PCI ID matching is hard to read. Introduce couple of temporary variables to increase readability of the code. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20191021103625.4250-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>