Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41855b77 authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar
Browse files

x86: GART: pci-gart_64.c: Use correct length in strncmp



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Cc: <stable@kernel.org> # .3x.x
LKML-Reference: <1257818330.12852.72.camel@Joe-Laptop.home>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2ae8bb75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -858,7 +858,7 @@ void __init gart_parse_options(char *p)
#endif
	if (isdigit(*p) && get_option(&p, &arg))
		iommu_size = arg;
	if (!strncmp(p, "fullflush", 8))
	if (!strncmp(p, "fullflush", 9))
		iommu_fullflush = 1;
	if (!strncmp(p, "nofullflush", 11))
		iommu_fullflush = 0;