diff options
author | Cyril Bur <[email protected]> | 2017-11-03 13:41:46 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2017-11-06 20:39:31 +1100 |
commit | 6f469b67ff8a3ec2698ef1041229e111065013ce (patch) | |
tree | a8bd54a13158fabb6fe45eef61c86586df03b313 /tools/perf/scripts/python/syscall-counts.py | |
parent | 77adbd2207e858f5923aa94e4a7d2f29f09217ed (diff) |
mtd: powernv_flash: Use opal_async_wait_response_interruptible()
The OPAL calls performed in this driver shouldn't be using
opal_async_wait_response() as this performs a wait_event() which, on
long running OPAL calls could result in hung task warnings. wait_event()
prevents timely signal delivery which is also undesirable.
This patch also attempts to quieten down the use of dev_err() when
errors haven't actually occurred and also to return better information up
the stack rather than always -EIO.
Signed-off-by: Cyril Bur <[email protected]>
Acked-by: Boris Brezillon <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions