summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-05-04 22:22:18 +0900
committerMark Brown <broonie@kernel.org>2026-05-04 22:22:18 +0900
commit5b33b756aba9237813216476538abcc8afe8af8b (patch)
tree1f45f29acb8f98b224ef288a225bdbea4dd9d637 /tools/perf/scripts/python/syscall-counts.py
parent7fd2df204f342fc17d1a0bfcd474b24232fb0f32 (diff)
parent894e04b7116297a6529e0c4ed90e3eb160939805 (diff)
spi: imx: Three fixes for the i.MX SPI driver
John Madieu <john.madieu@gmail.com> says: This series independent fixes found in the i.MX SPI driver. These are: 1/3 fixes a precedence bug in spi_imx_dma_max_wml_find() that makes the watermark-finding logic effectively dead code. The function currently always returns wml = 1 because of how the !-operator binds to the modulo expression. 2/3 fixes a missing return on the package-1 failure path in spi_imx_dma_data_prepare(). The error path frees the dma_data array and the package-0 buffers, then falls through to "return 0" - the caller proceeds with a freed pointer. 3/3 makes spi_imx_setupxfer() propagate the prepare_transfer() return value. Currently a -EINVAL from mx51_ecspi_prepare_transfer (e.g. on a word_delay overflow) is silently swallowed and the transfer proceeds with a partially-configured controller.
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions