On Tue, 10 Dec 2019 15:58:31 -0500
Sasha Levin <sashal@xxxxxxxxxx> wrote:
From: Alexandru Ardelean <alexandru.ardelean@xxxxxxxxxx>I doubt this did any harm, but wouldn't consider it stable material normally.
[ Upstream commit 0fe2f2b789190661df24bb8bf62294145729a1fe ]
The iio_triggered_buffer_{predisable,postenable} functions attach/detach
the poll functions.
For the predisable hook, the disable code should occur before detaching
the poll func, and for the postenable hook, the poll func should be
attached before the enable code.
The driver was slightly reworked. The preenable hook was moved to the
postenable, to add some symmetry to the postenable/predisable part.
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@xxxxxxxxxx>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>
This is part of a general rework going on to allow some core refactoring.
I should have added a note to this one like some related patches that it
is a logical fix, but we don't have an actual known bug afaik.