commit | 3e39440789adef103422ce201538b4da8745fe8e | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@cam.ac.uk> | Tue Aug 30 12:41:18 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 06 16:00:29 2011 -0700 |
tree | 3cf742695f53ec91f0ff87ab3a9db513383c53ae | |
parent | acc131fa9f9d81b2a031ab1e7115856ba33e057d [diff] |
staging:iio:fix using iio_priv or iio_dev after iio_unregister_device This includes calling iio_free_device as that should only be called before the device has been registered. Also one case of iio_free_device being called on a registered device. This has been pulled out of the reworking attributes patch. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>