Re: [PATCH] hw/audio/virtio-snd: Remove unused assignment

2024-04-10 Thread Philippe Mathieu-Daudé
On 10/4/24 07:37, Philippe Mathieu-Daudé wrote: Coverity reported: >>> CID 1542933: Code maintainability issues (UNUSED_VALUE) >>> CID 1542934: Code maintainability issues (UNUSED_VALUE) >>> Assigning value "NULL" to "stream" here, but that stored value is ove

[PATCH] hw/audio/virtio-snd: Remove unused assignment

2024-04-09 Thread Philippe Mathieu-Daudé
Coverity reported: >>> CID 1542933: Code maintainability issues (UNUSED_VALUE) >>> CID 1542934: Code maintainability issues (UNUSED_VALUE) >>> Assigning value "NULL" to "stream" here, but that stored value is overwritten before it can be used. Simply remove the unu