aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2021-11-22 22:06:22 +0200
committerMark Brown <[email protected]>2021-11-23 12:09:10 +0000
commit44ec41b7f7831f91c79a06de5e45f2d7ce6e4fbd (patch)
treeb525b97977cf99f1b6f43553f0814feb7409015d /tools/perf/scripts/python
parentdd06a0c6b6f64f6610c0bb8f7651df3ebfb0f990 (diff)
spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_data
Since the commit 196b0e2cf237 ("spi: pxa2xx: Remove if statement that is always true in pump_transfers()") the ->read() and ->write() methods in the struct driver_data are reconfigured for each transfer. Hence no need to keep the intermediate state in the struct chip_data. The same applies to n_bytes member of the same data structure. Get rid of unneeded storage for good. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions