WSL2-Linux-Kernel/drivers/media/radio/wl128x
Mauro Carvalho Chehab e4969cff95 media: wl128x: get rid of a potential spectre issue
As reported by smatch:
	drivers/media/radio/wl128x/fmdrv_common.c:736 fm_irq_handle_rdsdata_getcmd_resp() warn: potential spectre issue 'rds_fmt.data.groupdatabuff.buff>

Address it by using array_index_nospec().

While here, reorder the linux/ includes.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-09-03 11:09:32 +02:00
..
Kconfig media: radio: don't use a menu just for wl128x driver 2020-04-16 10:34:57 +02:00
Makefile
fmdrv.h
fmdrv_common.c media: wl128x: get rid of a potential spectre issue 2020-09-03 11:09:32 +02:00
fmdrv_common.h
fmdrv_rx.c
fmdrv_rx.h
fmdrv_tx.c
fmdrv_tx.h
fmdrv_v4l2.c
fmdrv_v4l2.h