ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
commit0b7e15f1a165213321aa2afd7cccc489587bc27d
authorTakashi Iwai <tiwai@suse.de>
Mon, 20 Mar 2017 09:08:19 +0000 (20 10:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2017 07:44:03 +0000 (30 09:44 +0200)
tree4d1f90494c95e6ef32894f5881a2ae70f464bd33
parent4c381c7affcbd8622e68e5e3fc6be1cbc8e1c8bb
ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call

commit f363a06642f28caaa78cb6446bbad90c73fe183c upstream.

In the commit [15c75b09f8d1: ALSA: ctxfi: Fallback DMA mask to 32bit],
I forgot to put "!" at dam_set_mask() call check in cthw20k1.c (while
cthw20k2.c is OK).  This patch fixes that obvious bug.

(As a side note: although the original commit was completely wrong,
 it's still working for most of machines, as it sets to 32bit DMA mask
 in the end.  So the bug severity is low.)

Fixes: 15c75b09f8d1 ("ALSA: ctxfi: Fallback DMA mask to 32bit")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/ctxfi/cthw20k1.c