commit | 0320a278b9ef80cfa44f74b7f9bb36781695f3ee | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Apr 01 14:04:23 2016 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 01 14:11:12 2016 -0700 |
tree | 1f13df91e2af7f99ca55ef9cc0c9a7b7aceeefe4 | |
parent | 2fad622483707825222d2c38acb368681c75bbaa [diff] |
uio: add missing error codes My static checker complains that "ret" could be uninitialized at the end, which is true but it's more likely that it would be set to zero. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>