Public bug reported: [qemu/tests/libqos/ahci.c:745]: (style) Redundant condition: props.ncq. '!props.ncq || (props.ncq && props.lba48)' is equivalent to '!props.ncq || props.lba48'
g_assert(!props->ncq || (props->ncq && props->lba48)); ** Affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1497711 Title: tests/libqos/ahci.c:745: redundant condition ? Status in QEMU: New Bug description: [qemu/tests/libqos/ahci.c:745]: (style) Redundant condition: props.ncq. '!props.ncq || (props.ncq && props.lba48)' is equivalent to '!props.ncq || props.lba48' g_assert(!props->ncq || (props->ncq && props->lba48)); To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1497711/+subscriptions