Re: [PATCH] [v2] ALSA: ice1712: fix a missing check of snd_i2c_sendbytes

2019-01-07 Thread Takashi Iwai
On Sun, 06 Jan 2019 17:31:44 +0100, Aditya Pakki wrote: > > snd_i2c_sendbytes could fail. The fix checks its return value: if it > fails, issues an error message and returns with its error code. > > Signed-off-by: Aditya Pakki Thanks, applied. Takashi

[PATCH] [v2] ALSA: ice1712: fix a missing check of snd_i2c_sendbytes

2019-01-06 Thread Aditya Pakki
snd_i2c_sendbytes could fail. The fix checks its return value: if it fails, issues an error message and returns with its error code. Signed-off-by: Aditya Pakki --- sound/pci/ice1712/ews.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sound/pci/ice1712/ews.c