arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
[cascardo/linux.git] / arch / arm64 / kernel / cpuinfo.c
index 92189e2..3808470 100644 (file)
@@ -87,7 +87,8 @@ static const char *const compat_hwcap_str[] = {
        "idivt",
        "vfpd32",
        "lpae",
-       "evtstrm"
+       "evtstrm",
+       NULL
 };
 
 static const char *const compat_hwcap2_str[] = {