commit | 3fb8cb801a9393888c09bea38d3e9ca360221b66 | [log] [tgz] |
---|---|---|
author | Kalesh AP <kalesh.purayil@emulex.com> | Tue Sep 02 09:56:52 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 02 12:46:00 2014 -0700 |
tree | 276ef9503370d955ecb06c3042b8b1555f1e99e3 | |
parent | bb864e07b2ea9c3cb0206973baa79dc5f27d2ee8 [diff] |
be2net: remove unncessary gotos In cases where there is no extra code to handle an error, this patch replaces gotos with a direct return statement. Signed-off-by: Kalesh AP <kalesh.purayil@emulex.com> Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>