commit | ff05916f94f912b25e8efcf9b02c10d481977bab | [log] [tgz] |
---|---|---|
author | Crestez Dan Leonard <leonard.crestez@intel.com> | Fri May 13 21:43:33 2016 +0300 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun May 29 20:25:27 2016 +0100 |
tree | 4f418509a534fc6c19c7057cadbbdc57461a6520 | |
parent | 65925b65ed98ffdb277cf5ea1af45731dac0b30b [diff] |
iio: st_sensors: Init trigger before irq request This fixes a possible race where an interrupt arrives before complete initialization and crashes because iio_trigger_get_drvdata returns NULL. Cc: Giuseppe Barba <giuseppe.barba@st.com> Cc: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Crestez Dan Leonard <leonard.crestez@intel.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>