On Fri, 25 Oct 2019 14:45:08 +0200 Nuno Sá <nuno.sa@xxxxxxxxxx> wrote: > The driver is defining debugfs entries by calling > `adis16480_debugfs_init()`. However, those entries are attached to the > iio_dev debugfs entry which won't exist if no debugfs_reg_access > callback is provided. > > Signed-off-by: Nuno Sá <nuno.sa@xxxxxxxxxx> As you are respinning the first one and this is probably stable material as well, please add a fixes tag for v2. Thanks, Jonathan > --- > drivers/iio/imu/adis16480.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/imu/adis16480.c b/drivers/iio/imu/adis16480.c > index 3b53bbb11bfb..94aa1c57e605 100644 > --- a/drivers/iio/imu/adis16480.c > +++ b/drivers/iio/imu/adis16480.c > @@ -921,6 +921,7 @@ static const struct iio_info adis16480_info = { > .read_raw = &adis16480_read_raw, > .write_raw = &adis16480_write_raw, > .update_scan_mode = adis_update_scan_mode, > + .debugfs_reg_access = adis_debugfs_reg_access, > }; > > static int adis16480_stop_device(struct iio_dev *indio_dev)