Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[pandora-kernel.git] / drivers / staging / iio / accel / lis3l02dq_ring.c
index 330d5d6..1fd088a 100644 (file)
@@ -517,7 +517,7 @@ int lis3l02dq_configure_ring(struct iio_dev *indio_dev)
 
        ret = iio_alloc_pollfunc(indio_dev, NULL, &lis3l02dq_poll_func_th);
        if (ret)
-               goto error_iio_sw_rb_free;;
+               goto error_iio_sw_rb_free;
        indio_dev->modes |= INDIO_RING_TRIGGERED;
        return 0;