summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
diff options
context:
space:
mode:
authorMartin Kepplinger2015-09-25 11:52:11 +0200
committerJonathan Cameron2015-09-30 19:20:53 +0200
commitd2654817ea6502660d805cd999efea625c10823f (patch)
tree0bc83ef154847f716415ee490059c523b024edf7 /drivers/iio/adc
parentiio: adc: ad799x: leave sysfs naming to the core (diff)
downloadkernel-qcow2-linux-d2654817ea6502660d805cd999efea625c10823f.tar.gz
kernel-qcow2-linux-d2654817ea6502660d805cd999efea625c10823f.tar.xz
kernel-qcow2-linux-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/adc')
-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,