drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()
[cascardo/linux.git] / drivers / firmware / google / gsmi.c
index acba0b9..6eb535f 100644 (file)
@@ -525,7 +525,7 @@ static ssize_t gsmi_clear_eventlog_store(struct kobject *kobj,
                u32 data_type;
        } param;
 
-       rc = strict_strtoul(buf, 0, &val);
+       rc = kstrtoul(buf, 0, &val);
        if (rc)
                return rc;