Re: [PATCH] ALSA: lx6464es: add error handling for pci_ioremap_bar

2018-06-11 Thread Takashi Iwai
On Tue, 12 Jun 2018 05:23:14 +0200, Zhouyang Jia wrote: > > When pci_ioremap_bar fails, the lack of error-handling code may > cause unexpected results. > > This patch adds error-handling code after calling pci_ioremap_bar. > > Signed-off-by: Zhouyang Jia This patch makes no sense, sorry. The

[PATCH] ALSA: lx6464es: add error handling for pci_ioremap_bar

2018-06-11 Thread Zhouyang Jia
When pci_ioremap_bar fails, the lack of error-handling code may cause unexpected results. This patch adds error-handling code after calling pci_ioremap_bar. Signed-off-by: Zhouyang Jia --- sound/pci/lx6464es/lx6464es.c | 4 1 file changed, 4 insertions(+) diff --git a/sound/pci/lx6464es/l