commit | efb35d12b352c0603fe21a2199ba54aa61d22a54 | [log] [tgz] |
---|---|---|
author | Rehas Sachdeva <aquannie@gmail.com> | Wed Sep 21 23:38:00 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 22 11:54:48 2016 +0200 |
tree | 7a8449f75aed0d9c2964d85012b502eb27773590 | |
parent | 63e6464b62353988ef71fa28946fa9c5560d6469 [diff] |
staging: octeon-usb: Remove unnecessary assignment Remove 'x=a;' from a consecutive double assignment of the form 'x=a; x=b;'. Issue detected by the semantic patch found here: https://github.com/coccinelle/coccinellery/blob/master/write2/write2.cocci Signed-off-by: Rehas Sachdeva <aquannie@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>