Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[sfrench/cifs-2.6.git] / drivers / base / memory.c
index 1d60b58a8c19ec6ac5f0a04fc119a685100f4619..fe4b24f05f6ad0459c060489524289f352adfaec 100644 (file)
@@ -569,7 +569,7 @@ store_hard_offline_page(struct device *dev,
        if (kstrtoull(buf, 0, &pfn) < 0)
                return -EINVAL;
        pfn >>= PAGE_SHIFT;
-       ret = memory_failure(pfn, 0, 0);
+       ret = memory_failure(pfn, 0);
        return ret ? ret : count;
 }