Re: [PATCH 3/4] virtio_blk: Delete an unnecessary initialisation in init_vq()

2016-10-03 Thread Stefan Hajnoczi
On Tue, Sep 13, 2016 at 1:14 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 13 Sep 2016 13:43:50 +0200 > > The local variable "err" will be set to an appropriate value > by a following statement. > Thus omit the explicit initialisation at the beginning. > > Signed-off-by: Markus

[PATCH 3/4] virtio_blk: Delete an unnecessary initialisation in init_vq()

2016-09-13 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 13 Sep 2016 13:43:50 +0200 The local variable "err" will be set to an appropriate value by a following statement. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring --- drivers/block/virtio_blk.c | 2 +- 1 file changed, 1 inser