Re: [PATCH] ALSA: trident: Delete an error message for a failed memory allocation in snd_trident_tlb_alloc()

2017-08-12 Thread Takashi Iwai
On Sat, 12 Aug 2017 13:31:55 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Sat, 12 Aug 2017 13:20:16 +0200 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfr

[PATCH] ALSA: trident: Delete an error message for a failed memory allocation in snd_trident_tlb_alloc()

2017-08-12 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 12 Aug 2017 13:20:16 +0200 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- sound/pci/trident/trident_main.c | 6 ++ 1 file changed, 2 inserti