Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb1be433 authored by Jens Axboe's avatar Jens Axboe
Browse files

jsflash: missed conversion from rq->buffer to bio_data(rq->bio)



Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent f793aa53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ static void jsfd_do_request(struct request_queue *q)
			goto end;
		}

		jsfd_read(req->buffer, jdp->dbase + offset, len);
		jsfd_read(bio_data(req->bio), jdp->dbase + offset, len);
		err = 0;
	end:
		if (!__blk_end_request_cur(req, err))