X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=override_for_missing_acs_capabilities.patch;fp=override_for_missing_acs_capabilities.patch;h=36e58e155441b96dffca1f0042f5f06d94688d0c;hb=cfe8ba0b247c813c7636995f0cbfada3f798d0ed;hp=7052f5a040de6e80aa4746e2caf1d4e97371604e;hpb=54a9e5a210ac9494b27249c96ec07c212ad3106d;p=pve-kernel.git diff --git a/override_for_missing_acs_capabilities.patch b/override_for_missing_acs_capabilities.patch index 7052f5a..36e58e1 100644 --- a/override_for_missing_acs_capabilities.patch +++ b/override_for_missing_acs_capabilities.patch @@ -121,7 +121,7 @@ index 44e0ff3..32016cb 100644 + acs_on_ids[max_acs_id].vendor = val; + + p += strcspn(p, ":"); -+ if (*p != ';') { ++ if (*p != ':') { + pr_warn("PCIe ACS invalid ID\n"); + goto next; + }