OSDN Git Service

iio: health: afe4403: retrieve a valid iio_dev in suspend/resume
authorAlison Schofield <amsfield22@gmail.com>
Sun, 15 Jan 2017 03:51:52 +0000 (19:51 -0800)
committerJonathan Cameron <jic23@kernel.org>
Sat, 21 Jan 2017 13:11:06 +0000 (13:11 +0000)
commita5badd1e97e6caeca78ad74191f12fc923c403a8
treed0f238e24193c4ef831bc4afe2f1de482157e3b9
parenta121103c922847ba5010819a3f250f1f7fc84ab8
iio: health: afe4403: retrieve a valid iio_dev in suspend/resume

The suspend/resume functions were using dev_to_iio_dev() to get
the iio_dev. That only works on IIO dev's.  Replace it with spi
functions to get the correct iio_dev.

Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Acked-by: Andrew F. Davis <afd@ti.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/health/afe4403.c