media: cx25821-alsa: number of pages should be unsigned long
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 1 Sep 2020 12:34:46 +0000 (14:34 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 3 Sep 2020 09:12:39 +0000 (11:12 +0200)
commit99c2ec04e737b743ab1506a1b1d10ea208106484
tree24d11d0479b42bbeab436401f1e2a6cdcb0b8a60
parent1faa39e0f3bcfe47dc7a61a72c234b24005c3a1a
media: cx25821-alsa: number of pages should be unsigned long

As reported by smatch:

drivers/media/pci/cx25821/cx25821-alsa.c:146 cx25821_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/cx25821/cx25821-alsa.c