| commit | 720fdd6fa92df9041316e94816ab7e56abaed4e9 | [log] [tgz] |
|---|---|---|
| author | Gonglei <arei.gonglei@huawei.com> | Sat Nov 15 18:06:44 2014 +0800 |
| committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 17 11:43:09 2014 +0100 |
| tree | 01d117f64c72f3f6f628ef45b6ed165d25343bc9 | |
| 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>