projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38f898
)
iio: adc: ad799x: leave sysfs naming to the core
author
Martin Kepplinger
<martink@posteo.de>
Fri, 25 Sep 2015 09:54:01 +0000
(11:54 +0200)
committer
Jonathan Cameron
<jic23@kernel.org>
Wed, 30 Sep 2015 17:20:53 +0000
(18:20 +0100)
This shouldn't change anything since the core calls the events folder
"events" anyways.
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/ad799x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iio/adc/ad799x.c
b/drivers/iio/adc/ad799x.c
index b99de00e57b86ce8164eb0b3ad02a8de11b8597e..01d71588d752ae0aa73da6abf4019f35d041939a 100644
(file)
--- 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 = {