media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 14 Dec 2021 16:16:29 +0000 (17:16 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 23 Jan 2022 20:18:39 +0000 (21:18 +0100)
commit241f5b67fb48def58643f279dfb8468bdd54b443
tree827d59cb81f5310f53eba22766b3fa5e359f9b76
parent8f7cc5c0b0eb597bd25c81ef13d9904d55535bef
media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size

vb2_dma_contig_set_max_seg_size need to have a size in parameter and not
a DMA_BIT_MASK().
While fixing this issue, also fix error handling of all DMA size
setting.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: d4ae3689226e5 ("media: zoran: device support only 32bit DMA address")
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/zoran/zoran_card.c