Re: [PATCH -next] ALSA: virtio: use module_virtio_driver() to simplify the code

2021-04-12 Thread Takashi Iwai
On Thu, 08 Apr 2021 14:54:29 +0200, Chen Huang wrote: > > module_virtio_driver() makes the code simpler by eliminating > boilerplate code. > > Signed-off-by: Chen Huang Thanks, applied now. Takashi

Re: [PATCH -next] ALSA: virtio: use module_virtio_driver() to simplify the code

2021-04-10 Thread Anton Yakovlev
On 08.04.2021 14:54, Chen Huang wrote module_virtio_driver() makes the code simpler by eliminating boilerplate code. Signed-off-by: Chen Huang Thanks for the patch. Reviewed-by: Anton Yakovlev --- sound/virtio/virtio_card.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletio

[PATCH -next] ALSA: virtio: use module_virtio_driver() to simplify the code

2021-04-08 Thread Chen Huang
module_virtio_driver() makes the code simpler by eliminating boilerplate code. Signed-off-by: Chen Huang --- sound/virtio/virtio_card.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c index ae9128063917..150