commit | 509975c7789f84b4d98e06fe2db51ee4ec02eef5 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Oct 14 15:06:35 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Oct 14 16:51:37 2021 +0200 |
tree | 176e55bb8aa9f77cf16a7b3f5306237189957704 | |
parent | ac9b019d07ee1666e87f6832b1bde7e71618c4b0 [diff] |
ALSA: usb-audio: Drop superfluous error message after disconnection The error from snd_usb_lock_shutdown() indicates that the device is disconnected, hence it makes no sense to show any further control message error in get_ctl_value_v2(). Return the error directly instead. Tested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20211014130636.17860-3-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>