Loading drivers/net/wireless/cnss2/pci.c +2 −0 Original line number Diff line number Diff line Loading @@ -1966,6 +1966,8 @@ static int cnss_qca6290_powerup(struct cnss_pci_data *pci_priv) msleep(POWER_ON_RETRY_DELAY_MS * retry); goto retry; } /* Assert when it reaches maximum retries */ CNSS_ASSERT(0); goto power_off; } Loading Loading
drivers/net/wireless/cnss2/pci.c +2 −0 Original line number Diff line number Diff line Loading @@ -1966,6 +1966,8 @@ static int cnss_qca6290_powerup(struct cnss_pci_data *pci_priv) msleep(POWER_ON_RETRY_DELAY_MS * retry); goto retry; } /* Assert when it reaches maximum retries */ CNSS_ASSERT(0); goto power_off; } Loading