summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/imu/adis16400_trigger.c
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2011-05-18 13:41:28 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-19 23:14:50 (GMT)
commit2a29a90b581067cd32dbb65512ec379c9891a500 (patch)
treebb4fd5662ce443a8f2d952e808efa1940a634e67 /drivers/staging/iio/imu/adis16400_trigger.c
parente78548455d05a8b315f2a98712cf64f07d88ef9c (diff)
downloadlinux-fsl-qoriq-2a29a90b581067cd32dbb65512ec379c9891a500.tar.xz
staging:iio:imu:adis16350 etc support into adis16400 driver.
Next patch will remove the current adis16350 driver. These should have been merged a long time ago, but there we are. V3: rebase fixup + add missing extend_name for supply on adis16350 V2: Move to single IIO_CHAN macro + use the new extend_name to make the naming of the temperature sensors contain x, y, z rather than messing with modifiers. This a very weird case and I don't want temperature to use axial modifiers. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/imu/adis16400_trigger.c')
-rw-r--r--drivers/staging/iio/imu/adis16400_trigger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/iio/imu/adis16400_trigger.c b/drivers/staging/iio/imu/adis16400_trigger.c
index b80ae94..d0c4aea 100644
--- a/drivers/staging/iio/imu/adis16400_trigger.c
+++ b/drivers/staging/iio/imu/adis16400_trigger.c
@@ -64,7 +64,6 @@ int adis16400_probe_trigger(struct iio_dev *indio_dev)
st->trig);
if (ret)
goto error_free_trig;
-
st->trig->dev.parent = &st->us->dev;
st->trig->owner = THIS_MODULE;
st->trig->private_data = st;