]> Git Repo - qemu.git/commit
xen-block: remove redundant assignment
authorPaul Durrant <[email protected]>
Fri, 15 Feb 2019 16:25:32 +0000 (16:25 +0000)
committerAnthony PERARD <[email protected]>
Thu, 28 Feb 2019 17:21:12 +0000 (17:21 +0000)
commit210b9776376698c50060e5383ccfac1170ae01a2
tree2a830751e9f28d7d7d56d78855c149170a93ef37
parente02d94941d9c26035d5c2e5075c83afbe8c5eaef
xen-block: remove redundant assignment

The assignment to 'p' is unnecessary as the code will either goto 'invalid'
or p will get overwritten.

Spotted by Coverity: CID 1398638

Reported-by: Peter Maydell <[email protected]>
Signed-off-by: Paul Durrant <[email protected]>
Acked-by: Anthony PERARD <[email protected]>
Message-Id: <20190215162533[email protected]>
Signed-off-by: Anthony PERARD <[email protected]>
hw/block/xen-block.c
This page took 0.026038 seconds and 4 git commands to generate.