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

Commit 7345f19d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: remove byte count duplication in long sequential tests"

parents 33b24612 9dd551b0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -934,9 +934,6 @@ static int run_long_seq_test(struct test_data *td)
		/* NUM_OF_BLOCK * (BLOCK_SIZE / SECTOR_SIZE) */
		sector += TEST_MAX_BIOS_PER_REQ * (PAGE_SIZE /
				td->req_q->limits.logical_block_size);
		td->test_info.test_byte_count +=
			(TEST_MAX_BIOS_PER_REQ * sizeof(unsigned int) *
			BIO_U32_SIZE);

	} while (inserted_requests < LONG_SEQ_TEST_NUM_REQS);