From cfe8ba0b247c813c7636995f0cbfada3f798d0ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 25 Sep 2017 09:21:33 +0200 Subject: [PATCH] fix typo in acs override patch --- override_for_missing_acs_capabilities.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; + } -- 2.39.2