commit | efe6941450b80927d3a5721594b7f103cb0c7428 | [log] [tgz] |
---|---|---|
author | Cyril Bur <cyrilbur@gmail.com> | Fri Nov 03 13:41:40 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Nov 06 20:20:26 2017 +1100 |
tree | 72dfff942caf4043a5d34dd37b4464dc088d45d0 | |
parent | e32ec15a2d57977f9f69b222b7b0395a2d60a71c [diff] |
mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisition Because the MTD core might split up a read() or write() from userspace into several calls to the driver, we may fail to get a token but already have done some work, best to return -EINTR back to userspace and have them decide what to do. Signed-off-by: Cyril Bur <cyrilbur@gmail.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>