diff options
author | Gonglei <arei.gonglei@huawei.com> | 2014-11-15 18:06:44 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-11-17 11:43:09 +0100 |
commit | 720fdd6fa92df9041316e94816ab7e56abaed4e9 (patch) | |
tree | 01d117f64c72f3f6f628ef45b6ed165d25343bc9 /ioport.c | |
parent | ddd2eab72fbd383a56f439bf278c6d647abd4f54 (diff) |
nvme: remove superfluous check
Operands don't affect result (CONSTANT_EXPRESSION_RESULT)
((n->bar.aqa >> AQA_ASQS_SHIFT) & AQA_ASQS_MASK) > 4095
is always false regardless of the values of its operands.
This occurs as the logical second operand of '||'.
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'ioport.c')
0 files changed, 0 insertions, 0 deletions