]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging:iio:adc: max1363 fix 2 raw sysfs issues.
authorJonathan Cameron <jic23@cam.ac.uk>
Fri, 12 Aug 2011 15:55:29 +0000 (16:55 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 20:28:42 +0000 (13:28 -0700)
commitcd0380190f7c7ad8d5a8f15403a67fedd37fcddb
treea1f0e28698fab9c5e070b72b518e9f2017bbe3a9
parentcdf6e817904412931ba9a54fa0376cf6f4f678fe
staging:iio:adc: max1363 fix 2 raw sysfs issues.

indio_dev->channels was accidentally removed thus preventing any sysfs
registrations occuring for direct reading.  That hid the other issue.

Unfortunately the incorrect handling leads to misspresentation of data
in sysfs reads.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/adc/max1363_core.c