Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[cascardo/linux.git] / drivers / edac / edac_mc_sysfs.c
index 67610a6..ef15a7e 100644 (file)
@@ -678,7 +678,7 @@ static ssize_t mci_sdram_scrub_rate_store(struct device *dev,
        unsigned long bandwidth = 0;
        int new_bw = 0;
 
-       if (strict_strtoul(data, 10, &bandwidth) < 0)
+       if (kstrtoul(data, 10, &bandwidth) < 0)
                return -EINVAL;
 
        new_bw = mci->set_sdram_scrub_rate(mci, bandwidth);