commit | db1481ba7f36c2f5f74d19918bdf315a1ef8226b | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@hovoldconsulting.com> | Tue Jul 14 15:43:27 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Wed Jul 15 12:39:13 2015 -0700 |
tree | 93a438d8b223a02368862d7391b47f6d4fec7444 | |
parent | fd7134a3cd0a1b3f91e66922534a796145c85eef [diff] |
greybus: operation: complete operations on cancellation Make sure to call the operation completion callback also when the operation is being cancelled. The completion callback may need to release resources allocated at submission and the driver should be informed that the operation has failed due to cancellation. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>