commit | 99c2ec04e737b743ab1506a1b1d10ea208106484 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Sep 01 14:34:46 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Sep 03 11:12:39 2020 +0200 |
tree | 24d11d0479b42bbeab436401f1e2a6cdcb0b8a60 | |
parent | 1faa39e0f3bcfe47dc7a61a72c234b24005c3a1a [diff] |
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>