commit | 04b2172a6a489dce3efb8d662516b16fc33002fa | [log] [tgz] |
---|---|---|
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | Sat Feb 13 23:53:23 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 14 16:31:44 2016 -0800 |
tree | 6f7a0262d18c92622a698f4a5a4b27519d9b8cfb | |
parent | 6f5b8d2ace5d19bb4d1f7e9791b2ba9651297d92 [diff] |
staging: wilc1000: Remove useless return statement in a void function Remove the return statement at the end of the void function as it has no purpose. Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>