Merge remote-tracking branch 'f2fs/dev'
[deliverable/linux.git] / arch / arm64 / kernel / acpi_numa.c
index f85149cc7c714efa8252d2b2d51f9e4515180725..f01fab637dab336d4aeda2ed73c65b3ec2fe86aa 100644 (file)
@@ -105,8 +105,10 @@ int __init arm64_acpi_numa_init(void)
        int ret;
 
        ret = acpi_numa_init();
-       if (ret)
+       if (ret) {
+               pr_info("Failed to initialise from firmware\n");
                return ret;
+       }
 
        return srat_disabled() ? -EINVAL : 0;
 }
This page took 0.023452 seconds and 5 git commands to generate.