Loading drivers/net/wireless/cnss2/pci.c +2 −1 Original line number Diff line number Diff line Loading @@ -1365,7 +1365,8 @@ static int cnss_pci_update_timestamp(struct cnss_pci_data *pci_priv) goto force_wake_put; if (host_time_us < device_time_us) { cnss_pr_err("Host time (%llu us) is smaller than device time (%llu us), stop\n"); cnss_pr_err("Host time (%llu us) is smaller than device time (%llu us), stop\n", host_time_us, device_time_us); ret = -EINVAL; goto force_wake_put; } Loading Loading
drivers/net/wireless/cnss2/pci.c +2 −1 Original line number Diff line number Diff line Loading @@ -1365,7 +1365,8 @@ static int cnss_pci_update_timestamp(struct cnss_pci_data *pci_priv) goto force_wake_put; if (host_time_us < device_time_us) { cnss_pr_err("Host time (%llu us) is smaller than device time (%llu us), stop\n"); cnss_pr_err("Host time (%llu us) is smaller than device time (%llu us), stop\n", host_time_us, device_time_us); ret = -EINVAL; goto force_wake_put; } Loading