pc-bios/s390-ccw: Remove duplicate blk_factor adjustment
commit77c76392b0e3c613730ef5932348c3156c3de60f
authorEric Farman <farman@linux.vnet.ibm.com>
Wed, 10 May 2017 15:53:52 +0000 (10 17:53 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 19 May 2017 10:29:01 +0000 (19 12:29 +0200)
tree944379542e48e13fda14e187d19b7b5c01dc149b
parent56821559f0ba682fe6b367815572e6f974d329ab
pc-bios/s390-ccw: Remove duplicate blk_factor adjustment

When using virtio-scsi, we multiply the READ(10) data_size by
a block factor twice when building the I/O.  This is fine,
since it's only 1 for SCSI disks, but let's clean it up.

Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20170510155359.32727-2-farman@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
pc-bios/s390-ccw/virtio-scsi.c