Loading drivers/net/wireless/cnss2/pci.c +1 −0 Original line number Diff line number Diff line Loading @@ -2019,6 +2019,7 @@ int cnss_wlan_register_driver(struct cnss_wlan_driver *driver_ops) msecs_to_jiffies(timeout) << 2); if (!ret) { cnss_pr_err("Timeout waiting for calibration to complete\n"); CNSS_ASSERT(0); cal_info = kzalloc(sizeof(*cal_info), GFP_KERNEL); if (!cal_info) Loading Loading
drivers/net/wireless/cnss2/pci.c +1 −0 Original line number Diff line number Diff line Loading @@ -2019,6 +2019,7 @@ int cnss_wlan_register_driver(struct cnss_wlan_driver *driver_ops) msecs_to_jiffies(timeout) << 2); if (!ret) { cnss_pr_err("Timeout waiting for calibration to complete\n"); CNSS_ASSERT(0); cal_info = kzalloc(sizeof(*cal_info), GFP_KERNEL); if (!cal_info) Loading