diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-06-20 20:22:00 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-09 11:21:30 -0700 |
commit | 602ec4489ce9fd7f27bedacd5bdda44a4206a541 (patch) | |
tree | 2600cfe26ac7a7afe483b490c79548c8196d7308 /fs/ocfs2/inode.c | |
parent | badceea9879bdd4e1eadab1498e91bf2c394658a (diff) |
staging: iio/ad7291: fix error code in ad7291_probe()
commit b70e19c222a64018d308ebc80333575aff9f4e51 upstream.
We should be returning a negative error code instead of success here.
This would have been detected by GCC, except that the "ret" variable was
initialized with a bogus value to disable GCC's uninitialized variable
warnings. I've cleaned that up, as well.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/ocfs2/inode.c')
0 files changed, 0 insertions, 0 deletions