linux-kernel-test/drivers/media/pci
Mauro Carvalho Chehab 95c520690f media: don't do a 31 bit shift on a signed int
On 32-bits archs, a signed integer has 31 bits plus on extra
bit for signal. Due to that, touching the 32th bit with something
like:

	int bar = 1 << 31;

has an undefined behavior in C on 32 bit architectures, as it
touches the signal bit. This is warned by cppcheck.

Instead, force the numbers to be unsigned, in order to solve this
issue.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-08-26 14:11:10 -03:00
..
b2c2
bt8xx media: don't do a 31 bit shift on a signed int 2019-08-26 14:11:10 -03:00
cobalt media: use the BIT() macro 2019-08-26 14:08:50 -03:00
cx18 media: don't do a 31 bit shift on a signed int 2019-08-26 14:11:10 -03:00
cx88 media: media/pci: don't set description for ENUM_FMT 2019-07-22 14:40:32 -04:00
cx23885 media: media/pci: don't set description for ENUM_FMT 2019-07-22 14:40:32 -04:00
cx25821 media: media/pci: don't set description for ENUM_FMT 2019-07-22 14:40:32 -04:00
ddbridge
dm1105
dt3155 media: media/pci: don't set description for ENUM_FMT 2019-07-22 14:40:32 -04:00
intel media: ipu3-cio2: Parse information from firmware without using callbacks 2019-07-25 11:01:24 -04:00
ivtv media: don't do a 31 bit shift on a signed int 2019-08-26 14:11:10 -03:00
mantis media: use the BIT() macro 2019-08-26 14:08:50 -03:00
meye media: media/pci: don't set description for ENUM_FMT 2019-07-22 14:40:32 -04:00
netup_unidvb
ngene media: ngene: Remove call to memset after pci_alloc_consistent 2019-08-13 11:54:39 -03:00
pluto2
pt1 media: pci: Use dev_get_drvdata where possible 2019-07-25 06:45:10 -04:00
pt3 media: pci: Use dev_get_drvdata where possible 2019-07-25 06:45:10 -04:00
saa7134 media: saa7134: fix terminology around saa7134_i2c_eeprom_md7134_gate() 2019-08-26 10:45:49 -03:00
saa7146 media: saa7146: add cleanup in hexium_attach() 2019-08-26 10:40:55 -03:00
saa7164 media: media/pci: don't set description for ENUM_FMT 2019-07-22 14:40:32 -04:00
smipcie
solo6x10 media: don't do a 31 bit shift on a signed int 2019-08-26 14:11:10 -03:00
sta2x11 media: media/pci: don't set description for ENUM_FMT 2019-07-22 14:40:32 -04:00
ttpci media: remove include stdarg.h from some drivers 2019-08-26 14:01:44 -03:00
tw68 media: drivers/media: don't set pix->priv = 0 2019-07-23 08:48:33 -04:00
tw686x
tw5864
Kconfig
Makefile