You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buffered mode using ad_sigma_delta is not functional as the IRQ is not
enabled in the postenable callback for devices that are not using
spi_engine (INDIO_BUFFER_HARDWARE mode).
Comparing to the 2022_R2 version, it seems that the condition should
have been negated.
Fix by checking inequality instead of equality to INDIO_BUFFER_HARDWARE.
Fixes: 27b588f ("Merge tag 'xilinx-v2023.1' of https://github.com/Xilinx/linux-xlnx.git")
Signed-off-by: Dumitru Ceclan <dumitru.ceclan@analog.com>
0 commit comments