memstick: mspro_block: Fix an error code in mspro_block_issue_req()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 10 May 2019 11:24:41 +0000 (14:24 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 28 May 2019 07:53:54 +0000 (09:53 +0200)
commit61009f82a93f7c0b33cd9b3b263a6ab48f8b49d4
treeec600fcb5a8358b060a9263daf66f8e5e622de79
parentcd6c84d8f0cdc911df435bb075ba22ce3c605b07
memstick: mspro_block: Fix an error code in mspro_block_issue_req()

We accidentally changed the error code from -EAGAIN to 1 when we did the
blk-mq conversion.

Maybe a contributing factor to this mistake is that it wasn't obvious
that the "while (chunk) {" condition is always true.  I have cleaned
that up as well.

Fixes: d0be12274dad ("mspro_block: convert to blk-mq")
Cc: stable@vger.kernel.org
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/memstick/core/mspro_block.c