]> Git Repo - qemu.git/commit
hw/block/virtio-blk: Clean req->dev repetitions
authorAnastasiia Rusakova <[email protected]>
Thu, 7 Mar 2019 16:19:25 +0000 (18:19 +0200)
committerStefan Hajnoczi <[email protected]>
Thu, 7 Mar 2019 17:38:57 +0000 (17:38 +0000)
commitbf4069fbd72ae11f6af82f9150d3396c8a95bb18
treee912c4e2656bc52e9a2369d79094ea7f7188ac7d
parent00a25291e6fbde6a174af07bc2cf2e9f0771c170
hw/block/virtio-blk: Clean req->dev repetitions

Some functions sometimes uses req->dev even though a local variable
VirtIOBlock* s = req->dev has already been defined.
Updated places to use s everywhere in the file.

Signed-off-by: Anastasiia Rusakova <[email protected]>
Message-id: 20190307161925[email protected]
Message-Id: <20190307161925[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
hw/block/virtio-blk.c
This page took 0.025989 seconds and 4 git commands to generate.