mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 15:36:43 +07:00
a7a69197a7
Smatch complains about the locking here because we mix spin_lock_irq() with spin_lock_irqsave() in an unusual way. According to Smatch, it's not always clear if the IRQs are enabled or disabled when we return. It turns out this function is always called with IRQs enabled and we can just use spin_lock_irq(). It's called from __enqueue_in_driver(). Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> |
||
---|---|---|
.. | ||
atmel-isi.c | ||
Kconfig | ||
Makefile | ||
mx1_camera.c | ||
mx2_camera.c | ||
mx3_camera.c | ||
omap1_camera.c | ||
pxa_camera.c | ||
rcar_vin.c | ||
sh_mobile_ceu_camera.c | ||
sh_mobile_csi2.c | ||
soc_camera_platform.c | ||
soc_camera.c | ||
soc_mediabus.c | ||
soc_scale_crop.c | ||
soc_scale_crop.h |