Commit acbbfe23 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: iio: adc: max1363_ring.c: fix up sparse warnings

Cc: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f03de82b
...@@ -142,7 +142,7 @@ static int max1363_ring_predisable(struct iio_dev *indio_dev) ...@@ -142,7 +142,7 @@ static int max1363_ring_predisable(struct iio_dev *indio_dev)
* then. Some triggers will generate their own time stamp. Currently * then. Some triggers will generate their own time stamp. Currently
* there is no way of notifying them when no one cares. * there is no way of notifying them when no one cares.
**/ **/
void max1363_poll_func_th(struct iio_dev *indio_dev) static void max1363_poll_func_th(struct iio_dev *indio_dev)
{ {
struct max1363_state *st = indio_dev->dev_data; struct max1363_state *st = indio_dev->dev_data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment