commit | fe802546ce748b5af933157e181f1d653ac5ec9c | [log] [tgz] |
---|---|---|
author | Guillaume Clement <gclement@baobob.org> | Fri Jul 25 01:06:15 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jul 27 11:21:27 2014 -0700 |
tree | 39d9f1027fcf6bb5a93bd0bdfe6c8a44a861a74c | |
parent | 7a3391764f7c346c1523852b8ed223ef574afc8b [diff] |
staging: vt6655: remove useless return statements Many return statements in void function were present at the end of functions, with no effect. They now are removed. This fixes a bunch of checkpatch warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>