target: replace strict_strto*() with kstrto*()
[deliverable/linux.git] / drivers / target / iscsi / iscsi_target_login.c
index 3402241be87cd401b500da10a398cb734e62bf8b..76cf1cd62e292b7034b4d6cf43d0134ba59c5bcc 100644 (file)
@@ -428,7 +428,7 @@ static int iscsi_login_zero_tsih_s2(
                                ISCSI_LOGIN_STATUS_NO_RESOURCES);
                        return -1;
                }
-               rc = strict_strtoul(param->value, 0, &mrdsl);
+               rc = kstrtoul(param->value, 0, &mrdsl);
                if (rc < 0) {
                        iscsit_tx_login_rsp(conn, ISCSI_STATUS_CLS_TARGET_ERR,
                                ISCSI_LOGIN_STATUS_NO_RESOURCES);
This page took 0.024786 seconds and 5 git commands to generate.