MAX_PCI_SLOTS
if (ret > MAX_PCI_SLOTS)
if (pcie->num_slots + 1 >= MAX_PCI_SLOTS)
struct gpio_desc *id_reset_gpio[MAX_PCI_SLOTS];
const char *reset_names[MAX_PCI_SLOTS];
struct gpio_desc *id_clkreq_gpio[MAX_PCI_SLOTS];
const char *clkreq_names[MAX_PCI_SLOTS];