commit | 6f7c8ee585e9db54cb29af1bdb93f29837824933 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@cam.ac.uk> | Fri Apr 15 18:55:56 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Apr 25 17:23:09 2011 -0700 |
tree | 2eaf2ef782137ed1b9996c0fd511c40f1efb6625 | |
parent | b428173316dcb4a518ee22c642671ae8a4bcec48 [diff] |
staging:iio: Add ability to allocate private data space to iio_allocate_device Suggested by Arnd Bergmann. Note this will break ALL drivers that are out of mainline. The fix is trivial change of iio_allocate_device() -> iio_allocate_device(0) Sorry if this causes issues for any one! V2: Include new drivers in the update Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>