diff options
author | Martin Kepplinger <martink@posteo.de> | 2015-09-25 11:52:11 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-09-30 18:20:53 +0100 |
commit | d2654817ea6502660d805cd999efea625c10823f (patch) | |
tree | 0bc83ef154847f716415ee490059c523b024edf7 /drivers/iio | |
parent | 443f33e9581c3c98ef5e7ec2236b655a9afe1c1d (diff) | |
download | linux-stable-d2654817ea6502660d805cd999efea625c10823f.tar.gz linux-stable-d2654817ea6502660d805cd999efea625c10823f.tar.bz2 linux-stable-d2654817ea6502660d805cd999efea625c10823f.zip |
iio: adc: max1363: leave sysfs naming to the core
This shouldn't actually change anything since the core calls the events
sysfs folder "events" anyways.
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/adc/max1363.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c index 1b3b74be5c20..929508e5266c 100644 --- a/drivers/iio/adc/max1363.c +++ b/drivers/iio/adc/max1363.c @@ -1007,7 +1007,6 @@ static struct attribute *max1363_event_attributes[] = { static struct attribute_group max1363_event_attribute_group = { .attrs = max1363_event_attributes, - .name = "events", }; static int max1363_update_scan_mode(struct iio_dev *indio_dev, |