ALSA: pci: lx6464es: remove useless self-comparison
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Wed, 26 May 2021 19:29:57 +0000 (14:29 -0500)
committerTakashi Iwai <tiwai@suse.de>
Thu, 27 May 2021 06:25:14 +0000 (08:25 +0200)
commitb5c2e2c79034eaa4c786e304d094618156eea69b
tree87d803ebf5eab0a3cab063d7ae5c65961ea5bf4f
parent93a5b85c3c53ec99782b5973f6f6559c8f0af12c
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>
sound/pci/lx6464es/lx_core.c