]> Pileus Git - ~andy/linux/blobdiff - drivers/block/rbd.c
staging: octeon-ethernet: rgmii: enable interrupts that we can handle
[~andy/linux] / drivers / block / rbd.c
index 39c51cc7fabcb502397d1cd496ded07c813dc784..b22a7d0fe5b72134c392a34d64b73e668f4485d4 100644 (file)
@@ -5132,7 +5132,7 @@ static ssize_t rbd_remove(struct bus_type *bus,
        bool already = false;
        int ret;
 
-       ret = strict_strtoul(buf, 10, &ul);
+       ret = kstrtoul(buf, 10, &ul);
        if (ret)
                return ret;