diff options
author | Martin Kepplinger <martink@posteo.de> | 2015-09-25 12:54:01 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-09-30 20:20:53 +0300 |
commit | 443f33e9581c3c98ef5e7ec2236b655a9afe1c1d (patch) | |
tree | 0b98cfbffa05e2913e8d045521df2f8057b7a8ae /drivers/iio | |
parent | e38f898320b4a91d382036d1a34e8ae64cade1f6 (diff) | |
download | linux-443f33e9581c3c98ef5e7ec2236b655a9afe1c1d.tar.xz |
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')
-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 = { |