Re: [PATCH] [v2] ALSA: line6: fix check on snd_card_register

2019-01-07 Thread Takashi Iwai
On Sun, 06 Jan 2019 18:01:47 +0100, Aditya Pakki wrote: > > The fix checks if snd_card_register() fails, and if so logs the error > via dev_err() consistent with other patches. > > Signed-off-by: Aditya Pakki Thanks, applied. Takashi

[PATCH] [v2] ALSA: line6: fix check on snd_card_register

2019-01-06 Thread Aditya Pakki
The fix checks if snd_card_register() fails, and if so logs the error via dev_err() consistent with other patches. Signed-off-by: Aditya Pakki --- sound/usb/line6/pod.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/usb/line6/pod.c b/sound/usb/line6/pod.c index