kernel_samsung_a53x/drivers/media/pci
Arnd Bergmann ee54c0cb9b media: sta2x11: fix irq handler cast
[ Upstream commit 3de49ae81c3a0f83a554ecbce4c08e019f30168e ]

clang-16 warns about casting incompatible function pointers:

drivers/media/pci/sta2x11/sta2x11_vip.c:1057:6: error: cast from 'irqreturn_t (*)(int, struct sta2x11_vip *)' (aka 'enum irqreturn (*)(int, struct sta2x11_vip *)') to 'irq_handler_t' (aka 'enum irqreturn (*)(int, void *)') converts to incompatible function type [-Werror,-Wcast-function-type-strict]

Change the prototype of the irq handler to the regular version with a
local variable to adjust the argument type.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: update argument documentation]
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 09:23:14 +01:00
..
b2c2 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bt8xx media: bttv: fix use after free error due to btv->timeout timer 2024-11-18 11:43:06 +01:00
cobalt media: cobalt: Use FIELD_GET() to extract Link Width 2024-11-18 11:43:15 +01:00
cx18 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx88 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx23885 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx25821 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ddbridge media: ddbridge: fix an error code problem in ddb_probe 2024-11-18 12:13:18 +01:00
dm1105 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dt3155 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
intel Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ivtv Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mantis Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
meye Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netup_unidvb Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ngene Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pluto2 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pt1 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pt3 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
saa7134 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
saa7146 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
saa7164 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
smipcie Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sta2x11 media: sta2x11: fix irq handler cast 2024-11-19 09:23:14 +01:00
ttpci media: ttpci: fix two memleaks in budget_av_attach 2024-11-19 08:44:55 +01:00
tw68 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tw686x Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tw5864 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00