summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/max1363.c
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2015-09-25 11:52:11 +0200
committerJonathan Cameron <jic23@kernel.org>2015-09-30 18:20:53 +0100
commitd2654817ea6502660d805cd999efea625c10823f (patch)
tree0bc83ef154847f716415ee490059c523b024edf7 /drivers/iio/adc/max1363.c
parent443f33e9581c3c98ef5e7ec2236b655a9afe1c1d (diff)
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/adc/max1363.c')
-rw-r--r--drivers/iio/adc/max1363.c1
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,