Peter Krempa e39d3424e3 util: pci: Remove always-false condition
Commit d19c21429fd modified the condition so that it checks whether the
value is more than 0xFFFFFFFF. Since addr->domain is an unsigned int, it
will never be more than that.

Remove the whole check

src/util/virpci.c:1291:22: error: result of comparison 'unsigned int' > 4294967295 is always false [-Werror,-Wtautological-type-limit-compare]
    if (addr->domain > 0xFFFFFFFF) {
        ~~~~~~~~~~~~ ^ ~~~~~~~~~~

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
2019-11-11 16:48:26 +01:00
..
2019-08-08 07:31:03 -05:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-24 08:10:37 +02:00
2019-10-24 08:10:37 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-24 08:10:37 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:43 +02:00
2019-08-22 16:46:44 +02:00
2019-10-15 11:25:25 +02:00
2019-10-24 08:10:37 +02:00
2019-10-16 12:06:44 +02:00
2019-10-15 11:25:25 +02:00
2019-10-16 12:06:43 +02:00
2019-10-24 19:35:34 +02:00
2019-10-16 12:06:44 +02:00
2019-10-15 11:25:25 +02:00
2019-10-24 08:10:37 +02:00
2019-10-16 12:06:44 +02:00
2019-10-15 11:25:25 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-15 11:25:25 +02:00
2019-10-24 08:10:37 +02:00
2019-10-16 12:06:44 +02:00
2019-10-24 08:10:37 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-16 12:06:44 +02:00
2019-10-15 11:25:25 +02:00