commit | 97928677fe35814ead7e77f1bdaf0da82215c8f4 | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | Mon Feb 10 15:25:58 2020 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sun Mar 08 17:28:29 2020 +0000 |
tree | d9ab6ef2e2a0761c6195afc96f2f3bade6198f92 | |
parent | f20dbe11e2e904547597ae7371c1f635e3be9cad [diff] |
iio: imu: adis16480: initialize adis_data statically This change overrides commit 380b107bbf944 ("iio: adis: Introduce timeouts structure"). It removes the memory allocation and moves the 'adis_data' information to be static on the chip_info struct. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>