]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/rtlwifi/base.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[~andy/linux] / drivers / net / wireless / rtlwifi / base.c
index a5f223145b0f707b92923f107c45cfcb732468a9..9d558ac77b0c78b36ad6f6a31a49cf5aa4aae765 100644 (file)
@@ -1817,7 +1817,7 @@ static ssize_t rtl_store_debug_level(struct device *d,
        unsigned long val;
        int ret;
 
-       ret = strict_strtoul(buf, 0, &val);
+       ret = kstrtoul(buf, 0, &val);
        if (ret) {
                printk(KERN_DEBUG "%s is not in hex or decimal form.\n", buf);
        } else {