summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885/cx23885.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2016-09-22 18:37:06 +0200
committerMauro Carvalho Chehab2016-09-22 18:37:06 +0200
commite837d85c614e8d6e2d93daed972874ea3a8daec7 (patch)
tree6f33d64cc45ad8ee0a1ea469de2f029946a114d7 /drivers/media/pci/cx23885/cx23885.h
parent[media] si2165: switch to regmap (diff)
downloadkernel-qcow2-linux-e837d85c614e8d6e2d93daed972874ea3a8daec7.tar.gz
kernel-qcow2-linux-e837d85c614e8d6e2d93daed972874ea3a8daec7.tar.xz
kernel-qcow2-linux-e837d85c614e8d6e2d93daed972874ea3a8daec7.zip
[media] cx23885: Fix some smatch warnings
Make sure that it won't go past the config buffers drivers/media/pci/cx23885/cx23885-dvb.c:1733 dvb_register() warn: buffer overflow 'netup_xc5000_config' 2 <= s32max drivers/media/pci/cx23885/cx23885-dvb.c:1745 dvb_register() warn: buffer overflow 'netup_stv0367_config' 2 <= s32max drivers/media/pci/cx23885/cx23885-dvb.c:1752 dvb_register() warn: buffer overflow 'netup_xc5000_config' 2 <= s32max Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885.h')
-rw-r--r--drivers/media/pci/cx23885/cx23885.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/cx23885.h b/drivers/media/pci/cx23885/cx23885.h
index 2ebece93d111..a6735afe2269 100644
--- a/drivers/media/pci/cx23885/cx23885.h
+++ b/drivers/media/pci/cx23885/cx23885.h
@@ -257,7 +257,7 @@ struct cx23885_dmaqueue {
struct cx23885_tsport {
struct cx23885_dev *dev;
- int nr;
+ unsigned nr;
int sram_chno;
struct vb2_dvb_frontends frontends;