linux/drivers/staging/iio/dac
Dan Carpenter 03bda05d9c Staging: iio: some uninitialized variable bugs
There were some uninitialized variable warnings in iio.  Two of
these came from the recent changes to how the private data was
allocated in 83f0422dc6 "staging:iio:accel:sca3000: allocate
state in iio_dev and use iio_priv to access."

drivers/staging/iio/accel/sca3000_core.c: In function 'sca3000_probe':
drivers/staging/iio/accel/sca3000_core.c:1137:9: warning: 'st' may be used uninitialized in this function
drivers/staging/iio/adc/ad7291.c: In function 'ad7291_probe':
drivers/staging/iio/adc/ad7291.c:805:15: warning: 'chip' may be used uninitialized in this function
drivers/staging/iio/dac/ad5624r_spi.c: In function 'ad5624r_probe':
drivers/staging/iio/dac/ad5624r_spi.c:228:24: warning: 'st' may be used uninitialized in this function

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-07-05 20:29:16 -07:00
..
Kconfig iio: dac: New driver for AD5686R, AD5685R, AD5684R Digital to analog converters 2011-06-28 14:47:26 -07:00
Makefile iio: dac: New driver for AD5686R, AD5685R, AD5684R Digital to analog converters 2011-06-28 14:47:26 -07:00
ad5446.c staging:iio:dac:ad5446: allocate chip state with iio_dev and use iio_priv for access. 2011-06-28 14:39:43 -07:00
ad5446.h staging:iio:dac:ad5446: allocate chip state with iio_dev and use iio_priv for access. 2011-06-28 14:39:43 -07:00
ad5504.c staging:iio:dac:ad5504: allocate chip state with iio_dev and use iio_priv for access. 2011-06-28 14:39:43 -07:00
ad5504.h staging:iio:dac:ad5504: allocate chip state with iio_dev and use iio_priv for access. 2011-06-28 14:39:43 -07:00
ad5624r.h staging:iio:dac:ad5624r: allocate chip state with iio_dev and use iio_priv for access. 2011-06-28 14:39:42 -07:00
ad5624r_spi.c Staging: iio: some uninitialized variable bugs 2011-07-05 20:29:16 -07:00
ad5686.c iio: dac: New driver for AD5686R, AD5685R, AD5684R Digital to analog converters 2011-06-28 14:47:26 -07:00
ad5791.c staging:iio:dac:ad5791: allocate chip state with iio_dev and use iio_priv for access. 2011-06-28 14:39:43 -07:00
ad5791.h staging:iio:dac:ad5791: allocate chip state with iio_dev and use iio_priv for access. 2011-06-28 14:39:43 -07:00
dac.h
max517.c staging:iio:dac:max517: allocate chip state with iio_dev and use iio_priv to access it. 2011-06-28 14:39:44 -07:00
max517.h