On 07/02/2012 10:43 PM, Peter Meerwald wrote: > Signed-off-by: Peter Meerwald <pmeerw@xxxxxxxxxx> oops. merged. Thanks. > --- > drivers/iio/industrialio-trigger.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/iio/industrialio-trigger.c b/drivers/iio/industrialio-trigger.c > index ec653fb..2ef36d1 100644 > --- a/drivers/iio/industrialio-trigger.c > +++ b/drivers/iio/industrialio-trigger.c > @@ -234,7 +234,7 @@ static int iio_trigger_attach_poll_func(struct iio_trigger *trig, > return ret; > } > > -static int iio_trigger_dettach_poll_func(struct iio_trigger *trig, > +static int iio_trigger_detach_poll_func(struct iio_trigger *trig, > struct iio_poll_func *pf) > { > int ret = 0; > @@ -502,7 +502,7 @@ EXPORT_SYMBOL(iio_triggered_buffer_postenable); > > int iio_triggered_buffer_predisable(struct iio_dev *indio_dev) > { > - return iio_trigger_dettach_poll_func(indio_dev->trig, > + return iio_trigger_detach_poll_func(indio_dev->trig, > indio_dev->pollfunc); > } > EXPORT_SYMBOL(iio_triggered_buffer_predisable); > -- 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