On 01/01/15 13:51, Hartmut Knaack wrote: > Daniel Baluta schrieb am 23.12.2014 um 14:22: >> Signed-off-by: Daniel Baluta <daniel.baluta@xxxxxxxxx> > Acked-by: Hartmut Knaack <knaack.h@xxxxxx> Applied >> --- >> drivers/iio/imu/kmx61.c | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >> >> diff --git a/drivers/iio/imu/kmx61.c b/drivers/iio/imu/kmx61.c >> index 30825cf..5b5be2b 100644 >> --- a/drivers/iio/imu/kmx61.c >> +++ b/drivers/iio/imu/kmx61.c >> @@ -1057,8 +1057,7 @@ static int kmx61_data_rdy_trigger_set_state(struct iio_trigger *trig, >> goto err_unlock; >> } >> >> - >> - if (data->acc_dready_trig == trig || data->motion_trig) >> + if (data->acc_dready_trig == trig || data->motion_trig == trig) >> device = KMX61_ACC; >> else >> device = KMX61_MAG; >> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html