summaryrefslogtreecommitdiff
path: root/drivers/iio/light
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2012-06-08 10:54:32 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-13 01:48:39 +0400
commit1a135d1ab5e3122ab2a50cbbdb9cb1504c1f421f (patch)
tree50de49246b892dd7152e434b7603f1fb3489ff7c /drivers/iio/light
parente86ee142a223ec85efda7c66b3e99fe79aa8cc4f (diff)
downloadlinux-1a135d1ab5e3122ab2a50cbbdb9cb1504c1f421f.tar.xz
iio: frequency: adf4350: using an uninitialized variable
GCC complains that we use an uninitialized variable if the user passes an invalid parameter to adf4350_read(). I decided that we should return -EINVAL instead in that case. However, when I looked up at adf4350_write() it returned -ENODEV for that condition. In the end, I decided the -EINVAL was the right thing and I change adf4350_write() to match. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/light')
0 files changed, 0 insertions, 0 deletions