iio: mxs-lradc: Fix misuse of iio->trig
authorMarek Vasut <marex@denx.de>
Sat, 29 Jun 2013 21:20:00 +0000 (22:20 +0100)
committerJonathan Cameron <jic23@kernel.org>
Wed, 3 Jul 2013 19:48:53 +0000 (20:48 +0100)
commite1b1fa66a0398f0b52ae79a2bdc7de87c205d074
treeb40a32ce62bd667e33d83cd66da131fe0364eb11
parentf91d1b63a4e096d3023aaaafec9d9d3aff25997f
iio: mxs-lradc: Fix misuse of iio->trig

The struct iio_dev .trig field is to be used only by the IIO core,
the driver shall not fill this field. This fixes ugly crash when
the driver is compiled as a module and the module is rmmod'd.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/adc/mxs-lradc.c