]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf5e7ade146036fa1ff49849f7848c64aeccd7384
treed973eb5b8fbdebb8af221b3fda327e87c45fa7e3
parent593d1cf277464c5e022c60f500b63030788043de
misc: genwqe: Fixes DMA mask setting

Commit b31c4d0b4a56 ("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: b31c4d0b4a56 ("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