commit | 7a6fc28b162bc0e48d8cef72be8226e11300317b | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Jun 04 12:49:19 2018 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jun 04 13:52:47 2018 +0200 |
tree | 15b49db8568c4dda557ca82f1f1e350a48bc4764 | |
parent | cdbc653a04ee692a7105a96e8dd6055d9971d45c [diff] |
ALSA: usb-audio: remove redundant check on err The check on err is redundant as both the true and false paths end up on a break statement. Remove the redundant check. Detected by CoverityScan, CID#1268773 ("Identical code for different branches") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>