diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-07-05 10:57:04 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-07-05 12:10:36 +0200 |
commit | 388b00f045180179fedff4b108d40a0192684cda (patch) | |
tree | 3ecff19e480475752be356b542587eeee4e78d4f /sound/i2c | |
parent | bb26e0c636d42f9eda81b1cd863e59e42669dce7 (diff) | |
download | linux-388b00f045180179fedff4b108d40a0192684cda.tar.bz2 |
ALSA: cs4281: remove redundant assignment to variable val and remove a goto
The variable val is being assigned with a value that is never
read and it is being updated later with a new value. The
assignment is redundant and can be removed. Also remove a
goto statement and a label and replace with a break statement.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/i2c')
0 files changed, 0 insertions, 0 deletions