commit | 8f6e699ddbcad32480fa64796ccf44cbaf5b4b91 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 02 17:07:40 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 26 17:44:08 2012 +0200 |
tree | 687223392c78ddda5ea9a3c2db9192213f60d7de | |
parent | d2a9998f8864e6f816262d9416d8b538186a8cad [diff] |
lsi: avoid redundant tests of s->current != NULL Simplify the code by checking against req->hba_private directly, and asserting that it is non-NULL before a command is completed or canceled. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>