commit | eeef847de593e2de4ddbf7ae3439c9fc9ebc8e84 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Jul 16 09:34:51 2018 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jul 16 14:29:37 2018 +0200 |
tree | fcc44f9d427a030c022e1a3baee2f1e9fb93951a | |
parent | ff2d6acdf6f13d9f8fdcd890844c6d7535ac1f10 [diff] |
ALSA: opl3: remove redundant pointer opl3 Variable opl3 is being assigned but is never used hence it is redundant and can be removed. Cleans up several clang warnings: warning: variable 'opl3' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>