Loading drivers/net/wireless/cnss2/pci.c +1 −2 Original line number Diff line number Diff line Loading @@ -3408,8 +3408,7 @@ int cnss_pci_alloc_fw_mem(struct cnss_pci_data *pci_priv) if (!fw_mem[i].va) { cnss_pr_err("Failed to allocate memory for FW, size: 0x%zx, type: %u\n", fw_mem[i].size, fw_mem[i].type); return -ENOMEM; BUG(); } } } Loading Loading
drivers/net/wireless/cnss2/pci.c +1 −2 Original line number Diff line number Diff line Loading @@ -3408,8 +3408,7 @@ int cnss_pci_alloc_fw_mem(struct cnss_pci_data *pci_priv) if (!fw_mem[i].va) { cnss_pr_err("Failed to allocate memory for FW, size: 0x%zx, type: %u\n", fw_mem[i].size, fw_mem[i].type); return -ENOMEM; BUG(); } } } Loading