Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc93aa76 authored by Wei Yongjun's avatar Wei Yongjun Committed by Jonathan Cameron
Browse files

iio: ti_am335x_adc: add missing .driver_module to struct iio_info



Add missing .driver_module of struct iio_info. This prevents the
module from being removed from underneath its users.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 2a961d09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)