diff options
author | Yannick Brosseau <[email protected]> | 2022-05-16 16:39:39 -0400 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2022-06-19 17:22:48 +0100 |
commit | 99bded02dae5e1e2312813506c41dc8db2fb656c (patch) | |
tree | 35686f09dc218a3870ab20a261539737c737d81c /drivers/usb/cdns3/cdns3-trace.c | |
parent | d2214cca4d3eadc74eac9e30301ec7cad5355f00 (diff) |
iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs message
The check for spurious IRQs introduced in 695e2f5c289bb assumed that the bits
in the control and status registers are aligned. This is true for the H7 and MP1
version, but not the F4. The interrupt was then never handled on the F4.
Instead of increasing the complexity of the comparison and check each bit specifically,
we remove this check completely and rely on the generic handler for spurious IRQs.
Fixes: 695e2f5c289b ("iio: adc: stm32-adc: fix a regression when using dma and irq")
Signed-off-by: Yannick Brosseau <[email protected]>
Reviewed-by: Fabrice Gasnier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Cc: <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions