hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/powerpc/platforms/powernv/pci-ioda.c
....@@ -2260,7 +2260,8 @@
22602260 int index;
22612261 int64_t rc;
22622262
2263
- if (!res || !res->flags || res->start > res->end)
2263
+ if (!res || !res->flags || res->start > res->end ||
2264
+ res->flags & IORESOURCE_UNSET)
22642265 return;
22652266
22662267 if (res->flags & IORESOURCE_IO) {