Star64_linux/drivers/media/usb/dvb-usb-v2
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
..
af9015.c
af9015.h
af9035.c
af9035.h
anysee.c
anysee.h
au6610.c
au6610.h
az6007.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 238 2019-06-19 17:09:07 +02:00
ce6230.c
ce6230.h
dvb_usb.h
dvb_usb_common.h
dvb_usb_core.c
dvb_usb_urb.c
dvbsky.c media: dvb-usb: add T230 to dvbsky 2019-08-21 18:39:55 -03:00
ec168.c media: ec168: Make structure ec168_props constant 2019-08-21 18:39:55 -03:00
ec168.h
gl861.c media: don't do a 31 bit shift on a signed int 2019-08-26 14:11:10 -03:00
gl861.h
Kconfig
lmedm04.c
lmedm04.h
Makefile
mxl111sf-demod.c
mxl111sf-demod.h
mxl111sf-gpio.c
mxl111sf-gpio.h
mxl111sf-i2c.c
mxl111sf-i2c.h
mxl111sf-phy.c
mxl111sf-phy.h
mxl111sf-reg.h
mxl111sf-tuner.c
mxl111sf-tuner.h
mxl111sf.c
mxl111sf.h
rtl28xxu.c
rtl28xxu.h
usb_urb.c
zd1301.c