commit | b5c2e2c79034eaa4c786e304d094618156eea69b | [log] [tgz] |
---|---|---|
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | Wed May 26 14:29:57 2021 -0500 |
committer | Takashi Iwai <tiwai@suse.de> | Thu May 27 08:25:14 2021 +0200 |
tree | 87d803ebf5eab0a3cab063d7ae5c65961ea5bf4f | |
parent | 93a5b85c3c53ec99782b5973f6f6559c8f0af12c [diff] |
ALSA: pci: lx6464es: remove useless self-comparison Sparse throws the following warning: sound/pci/lx6464es/lx_core.c:677:34: error: self-comparison always evaluates to false This comparison and error message make no sense, let's remove them. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20210526192957.449515-2-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>