projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a961d0
)
iio: ti_am335x_adc: add missing .driver_module to struct iio_info
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Sat, 6 Jul 2013 04:20:00 +0000
(
05:20
+0100)
committer
Jonathan Cameron
<jic23@kernel.org>
Sat, 6 Jul 2013 09:37:21 +0000
(10:37 +0100)
Add missing .driver_module of struct iio_info. This prevents the
module from being removed from underneath its users.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/ti_am335x_adc.c
patch
|
blob
|
history
diff --git
a/drivers/iio/adc/ti_am335x_adc.c
b/drivers/iio/adc/ti_am335x_adc.c
index
5f9a7e7
..
985f588
100644
(file)
--- a/
drivers/iio/adc/ti_am335x_adc.c
+++ b/
drivers/iio/adc/ti_am335x_adc.c
@@
-134,6
+134,7
@@
static int tiadc_read_raw(struct iio_dev *indio_dev,
static const struct iio_info tiadc_info = {
.read_raw = &tiadc_read_raw,
+ .driver_module = THIS_MODULE,
};
static int tiadc_probe(struct platform_device *pdev)