summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2015-12-10 21:59:04 +0530
committerMark Brown <broonie@kernel.org>2015-12-12 22:57:44 +0000
commit7f3ac71ac3b05aaa2c55c266448f973188275a8c (patch)
tree549f08faf5ff10d4e237009c37c3ae6027495aea /tools/perf/scripts/python
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
spi: davinci: fix spurious i/o error
davinci_spi_bufs() uses wait_for_completion_interruptible() without bothering to handle -ERESTARTSYS. Due to this, sometime, it returns prematurely when a signal is received. Since the return value is never checked, userspace eventually receives a spurious -EIO. To fix this, use un-interruptible wait_for_completion_timeout(). Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions