Skip to content

Commit c97a2e0

Browse files
committed
Merge branch 'at91-4.14-trunk/adc' into linux-4.14-at91
2 parents f8024c4 + d02568f commit c97a2e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/iio/adc/at91_adc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ static irqreturn_t at91_adc_trigger_handler(int irq, void *p)
248248
struct iio_poll_func *pf = p;
249249
struct iio_dev *idev = pf->indio_dev;
250250
struct at91_adc_state *st = iio_priv(idev);
251-
struct iio_chan_spec *chan;
251+
struct iio_chan_spec const *chan;
252252
int i, j = 0;
253253

254254
for (i = 0; i < idev->masklength; i++) {

0 commit comments

Comments
 (0)