commit | 429d77ca2760e0f42523fda72db59861c1b3aefc | [log] [tgz] |
---|---|---|
author | Oded Gabbay <ogabbay@kernel.org> | Thu Jul 01 10:36:16 2021 +0300 |
committer | Oded Gabbay <ogabbay@kernel.org> | Sun Aug 29 09:47:45 2021 +0300 |
tree | 5b9f195445c56dc1e4a02b97d113e529bf120c88 | |
parent | b07e6c7ef5c7a094c20fa9962f9af2b42546ee94 [diff] |
habanalabs: handle case of interruptable wait Same as we handle it in the regular wait for CS, we need to handle the case where the waiting for user interrupt was interrupted. In that case, we need to return correct error code to the user. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>