media: cx88-alsa: number of pages should be unsigned long
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 1 Sep 2020 14:41:15 +0000 (16:41 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 3 Sep 2020 09:13:26 +0000 (11:13 +0200)
commitb4e0a5f9c0ac47e7368cec1804d1ad22a80661a7
treeb34ab35507b45f891357d88ceeb9ec9b80574d69
parent7463773187a917a8b19961a14d2bf48d8cdfa28e
media: cx88-alsa: number of pages should be unsigned long

As reported by smatch:

drivers/media/pci/cx88/cx88-alsa.c:286 cx88_alsa_dma_init() warn: should 'nr_pages << 12' be a 64 bit type?

the number of patches should be unsigned long.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/cx88/cx88-alsa.c