summaryrefslogtreecommitdiff
path: root/drivers/iio
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2015-09-01 11:45:13 (GMT)
committerJonathan Cameron <jic23@kernel.org>2015-09-23 19:23:23 (GMT)
commitb2a768949c4906d87fd0c65b39752e599b5a1860 (patch)
tree9499a1d7827644684fce9ffcb1e460f12b1a6bae /drivers/iio
parentd6223c3737bd9680f1fb6c058bdfca41ee24e2da (diff)
downloadlinux-b2a768949c4906d87fd0c65b39752e599b5a1860.tar.xz
iio: mma8452: leave sysfs namings to the iio core
This doesn't actually change anything since the core names the sysfs folder for the iio event attributes "events" anyways. It only leaves the job to the core. Signed-off-by: Martin Kepplinger <martin.kepplinger@theobroma-systems.com> Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/accel/mma8452.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c
index 15d50c9..1eccc2d 100644
--- a/drivers/iio/accel/mma8452.c
+++ b/drivers/iio/accel/mma8452.c
@@ -772,7 +772,6 @@ static struct attribute *mma8452_event_attributes[] = {
static struct attribute_group mma8452_event_attribute_group = {
.attrs = mma8452_event_attributes,
- .name = "events",
};
#define MMA8452_CHANNEL(axis, idx, bits) { \