Skip to content

Commit

Permalink
staging: iio: isl29028: Expose scale and sample frequency available w…
Browse files Browse the repository at this point in the history
…ithout comma

Signed-off-by: Peter Meerwald-Stadler <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
pmeerw authored and jic23 committed Jul 10, 2016
1 parent bafaa6d commit b9b689c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/iio/light/isl29028.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ static int isl29028_read_raw(struct iio_dev *indio_dev,
}

static IIO_CONST_ATTR(in_proximity_sampling_frequency_available,
"1, 3, 5, 10, 13, 20, 83, 100");
static IIO_CONST_ATTR(in_illuminance_scale_available, "125, 2000");
"1 3 5 10 13 20 83 100");
static IIO_CONST_ATTR(in_illuminance_scale_available, "125 2000");

#define ISL29028_DEV_ATTR(name) (&iio_dev_attr_##name.dev_attr.attr)
#define ISL29028_CONST_ATTR(name) (&iio_const_attr_##name.dev_attr.attr)
Expand Down

0 comments on commit b9b689c

Please sign in to comment.