misc: genwqe: Fixes DMA mask setting
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 8 Sep 2021 19:55:56 +0000 (21:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 08:45:41 +0000 (10:45 +0200)
commit8d753db5c227d1f403c4bc9cae4ae02c862413cd
treed973eb5b8fbdebb8af221b3fda327e87c45fa7e3
parent212b5d2d3ed9d7db2702e4805f36a346c3985e1d
misc: genwqe: Fixes DMA mask setting

Commit 505b08777d78 ("misc: genwqe: Use dma_set_mask_and_coherent to simplify code")
changed the logic in the code.

Instead of a ||, a && should have been used to keep the code the same.

Fixes: 505b08777d78 ("misc: genwqe: Use dma_set_mask_and_coherent to simplify code")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/be49835baa8ba6daba5813b399edf6300f7fdbda.1631130862.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/genwqe/card_base.c