From: Kim, Milo Date: Tue, 18 Sep 2012 04:55:00 +0000 (+0100) Subject: iio: inkern: put the IIO device when it fails to allocate memory X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~50^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801c4b5ca373c4cfe78912616d68e1f7fd84110c;p=pandora-kernel.git iio: inkern: put the IIO device when it fails to allocate memory The reference count of the IIO device is increased if the IIO map has matched consumer name. After then, it tries to allocate the iio_channel which is used by the consumer. If it fails to allocate memory, the reference count should be decreased. This patch enables restoring the reference count of the IIO device. Signed-off-by: Milo(Woogyom) Kim Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed