From: Martin Kepplinger Date: Fri, 25 Sep 2015 09:54:01 +0000 (+0200) Subject: iio: adc: ad799x: leave sysfs naming to the core X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=443f33e9581c3c98ef5e7ec2236b655a9afe1c1d;p=deliverable%2Flinux.git 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 Acked-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- 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 = {