Re: [PATCH] ALSA: virtio: remove duplicate check if queue is broken

2024-01-24 Thread Takashi Iwai
On Wed, 24 Jan 2024 13:08:34 +0100, Li RongQing wrote: > > virtqueue_enable_cb() will call virtqueue_poll() which will check if > queue is broken at beginning, so remove the virtqueue_is_broken() call > > Signed-off-by: Li RongQing Applied now. Thanks. Takashi

Re: [PATCH] ALSA: virtio: remove duplicate check if queue is broken

2024-01-24 Thread Stefan Hajnoczi
On Wed, 24 Jan 2024 at 07:17, Li RongQing wrote: > > virtqueue_enable_cb() will call virtqueue_poll() which will check if > queue is broken at beginning, so remove the virtqueue_is_broken() call > > Signed-off-by: Li RongQing > --- > sound/virtio/virtio_card.c| 2 -- >