linux/drivers/media
Hans Verkuil c5fd54a65c media: dvb-frontends/drxk: initialize err to 0
[ Upstream commit 20694e96ca ]

Fix a compiler warning:

drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_read_ucblocks':
drivers/media/dvb-frontends/drxk_hard.c:6673:21: warning: 'err' may be used uninitialized [-Wmaybe-uninitialized]
 6673 |         *ucblocks = (u32) err;
      |                     ^~~~~~~~~
drivers/media/dvb-frontends/drxk_hard.c:6663:13: note: 'err' was declared here
 6663 |         u16 err;
      |             ^~~

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-11-10 18:14:22 +01:00
..
cec media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZE 2022-11-10 18:14:22 +01:00
common media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach() 2022-01-27 10:54:16 +01:00
dvb-core media: dvb_vb2: fix possible out of bound access 2022-10-05 10:38:40 +02:00
dvb-frontends media: dvb-frontends/drxk: initialize err to 0 2022-11-10 18:14:22 +01:00
firewire media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt() 2021-11-06 14:10:09 +01:00
i2c media: ov7670: remove ov7670_power_off from ov7670_remove 2022-06-09 10:21:10 +02:00
mc media: Fix Media Controller API config checks 2021-07-14 16:55:56 +02:00
mmc
pci media: cx88: Fix a null-ptr-deref bug in buffer_prepare() 2022-10-26 13:25:51 +02:00
platform media: venus: dec: Handle the case where find_format fails 2022-10-30 09:41:15 +01:00
radio media: si470x-i2c: fix possible memory leak in si470x_i2c_probe() 2022-01-27 10:53:51 +01:00
rc media: mceusb: set timeout to at least timeout provided 2022-10-30 09:41:15 +01:00
spi media: cxd2880-spi: Fix a null pointer dereference on error handling path 2021-11-18 14:04:04 +01:00
test-drivers media: vivid: set num_in/outputs to 0 if not supported 2022-11-03 23:57:53 +09:00
tuners media: msi001: fix possible null-ptr-deref in msi001_probe() 2022-01-27 10:53:56 +01:00
usb media: flexcop-usb: fix endpoint type check 2022-09-28 11:10:26 +02:00
v4l2-core media: v4l2-dv-timings: add sanity checks for blanking values 2022-11-03 23:57:53 +09:00
Kconfig media: correct MEDIA_TEST_SUPPORT help text 2022-01-27 10:54:29 +01:00
Makefile