Merge r7411 from trunk

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7668 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-04 03:42:15 +00:00
parent da689186f7
commit dd5218563b

View File

@@ -2765,7 +2765,8 @@ static int srpt_cm_req_recv(struct srpt_device *const sdev,
goto reject;
default:
rej->reason = cpu_to_be32(SRP_LOGIN_REJ_INSUFFICIENT_RESOURCES);
pr_err("sending SRP_LOGIN_REQ response failed (error code = %d)\n", ret);
pr_err("sending SRP_LOGIN_REQ response failed (error code = %d)\n",
ret);
goto reject;
}