aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/prog_array_init.c
diff options
context:
space:
mode:
authorWei Chen <[email protected]>2023-03-15 13:45:18 +0000
committerMauro Carvalho Chehab <[email protected]>2023-05-14 06:30:13 +0100
commite6ad6233592593079db5c8fa592c298e51bc1356 (patch)
tree47e92b4123e064f3c09afc0927bff89ee3040e39 /tools/testing/selftests/bpf/prog_tests/prog_array_init.c
parenta3fd1ef27aa686d871cefe207bd6168c4b0cd29e (diff)
media: netup_unidvb: fix irq init by register it at the end of probe
IRQ handler netup_spi_interrupt() takes spinlock spi->lock. The lock is initialized in netup_spi_init(). However, irq handler is registered before initializing the lock. Spinlock dma->lock and i2c->lock suffer from the same problem. Fix this by registering the irq at the end of probe. Link: https://lore.kernel.org/linux-media/[email protected] Signed-off-by: Wei Chen <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions