commit | 329bbd9ba738b85675151b82260cd08bdd765de2 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Oct 29 15:42:29 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Oct 29 15:42:29 2013 +0100 |
tree | 60d144c9e8d116921e74d5e0ba6a47c60a63371e | |
parent | 9bd0f5c042e218c0573e730d181287abecd6b18b [diff] |
ALSA: ali5451: Drop unused variable The variable runtime is never used, and this might be even a source of NULL-dereference. Nothing better than killing it. Spotted by coverity CID 100862. Signed-off-by: Takashi Iwai <tiwai@suse.de>