commit | 40ddfe659a19baa2ccc73899a150ca03373c44aa | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Oct 15 22:16:45 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Oct 16 13:36:24 2017 +0200 |
tree | 0c42642e14bbfb696e5d44531d888ea52fa559ea | |
parent | de168981384097f810d3ecfb4bcfa5019cc7c160 [diff] |
ALSA: ens137x: remove redundant variable result Variable result is being assigned a value from a calculation however the variable is never read, so this redundant variable can be removed. Cleans up clang warning: Value stored to 'result' is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>