diff options
author | Martin Kepplinger <martink@posteo.de> | 2015-09-25 11:54:01 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-09-30 19:20:53 +0200 |
commit | 443f33e9581c3c98ef5e7ec2236b655a9afe1c1d (patch) | |
tree | 0b98cfbffa05e2913e8d045521df2f8057b7a8ae /drivers/iio/adc/ad799x.c | |
parent | Staging: iio: cdc: Remove unnecessary dev_info (diff) | |
download | linux-443f33e9581c3c98ef5e7ec2236b655a9afe1c1d.tar.xz linux-443f33e9581c3c98ef5e7ec2236b655a9afe1c1d.zip |
iio: adc: ad799x: leave sysfs naming to the core
This shouldn't change anything since the core calls the events folder
"events" anyways.
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/ad799x.c')
-rw-r--r-- | drivers/iio/adc/ad799x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/ad799x.c b/drivers/iio/adc/ad799x.c index b99de00e57b8..01d71588d752 100644 --- a/drivers/iio/adc/ad799x.c +++ b/drivers/iio/adc/ad799x.c @@ -528,7 +528,6 @@ static struct attribute *ad799x_event_attributes[] = { static struct attribute_group ad799x_event_attrs_group = { .attrs = ad799x_event_attributes, - .name = "events", }; static const struct iio_info ad7991_info = { |