commit | 62208f12451f723cd9e9f1d6d22866a61545e488 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Tue Jun 25 18:17:30 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 25 16:33:05 2013 -0700 |
tree | 95554c56a68e4d64ba431d0e0099adcb461bf76b | |
parent | 0a2fbac197441ebeafbbef09d4bbc0b5e73716d7 [diff] |
net: sctp: simplify sctp_get_port No need to have an extra ret variable when we directly can return the value of sctp_get_port_local(). Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>