Re: [PATCH] line6: add a check for snd_card_register

2019-01-01 Thread Takashi Iwai
On Wed, 26 Dec 2018 04:39:31 +0100, Kangjie Lu wrote: > > The fix checks if snd_card_register() fails, and if so, issues a > warning. > > Signed-off-by: Kangjie Lu Hmm, you submitted multiple patches doing the similar things but the error messages are handled completely differently in both case

[PATCH] line6: add a check for snd_card_register

2018-12-25 Thread Kangjie Lu
The fix checks if snd_card_register() fails, and if so, issues a warning. Signed-off-by: Kangjie Lu --- 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 020c81818951..da8837bc5a5b 100644 --- a/sound/us