commit | c99776cc4018e91c66bd448002e924edd4910947 | [log] [tgz] |
---|---|---|
author | Aditya Pakki <pakki001@umn.edu> | Sun Jan 06 10:31:44 2019 -0600 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jan 07 11:57:54 2019 +0100 |
tree | 362815a914352d873f6888f37ff687a5f94b5010 | |
parent | 0f25e000cb4398081748e54f62a902098aa79ec1 [diff] |
ALSA: ice1712: fix a missing check of snd_i2c_sendbytes 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 <pakki001@umn.edu> Signed-off-by: Takashi Iwai <tiwai@suse.de>