mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
69d0fd348d
Passing the iov_iter to the process callback is rather buggy, as the
iterator has been already processed for playback. Similarly, it makes
the copy for capture buggy after the process callback reading the
iterator out. Moreover, all existing process callbacks don't refer to
the passed iterator at all. So, it's better to drop the argument from
the process callback.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
stm32_adfsdm.c | ||
stm32_i2s.c | ||
stm32_sai_sub.c | ||
stm32_sai.c | ||
stm32_sai.h | ||
stm32_spdifrx.c |