fix typo in acs override patch
This commit is contained in:
parent
54a9e5a210
commit
cfe8ba0b24
@ -121,7 +121,7 @@ index 44e0ff3..32016cb 100644
|
|||||||
+ acs_on_ids[max_acs_id].vendor = val;
|
+ acs_on_ids[max_acs_id].vendor = val;
|
||||||
+
|
+
|
||||||
+ p += strcspn(p, ":");
|
+ p += strcspn(p, ":");
|
||||||
+ if (*p != ';') {
|
+ if (*p != ':') {
|
||||||
+ pr_warn("PCIe ACS invalid ID\n");
|
+ pr_warn("PCIe ACS invalid ID\n");
|
||||||
+ goto next;
|
+ goto next;
|
||||||
+ }
|
+ }
|
||||||
|
Loading…
Reference in New Issue
Block a user