commit | 3285a9aa6570df84d0c1ea8f1691fbee45c8d821 | [log] [tgz] |
---|---|---|
author | Hariprasad Kelam <hariprasad.kelam@gmail.com> | Sun May 12 16:09:49 2019 +0530 |
committer | David S. Miller <davem@davemloft.net> | Sun May 12 13:21:30 2019 -0700 |
tree | b930b7ed7716fad941a4129be3826a7ef9cdbfad | |
parent | 08b0dec4494ead3d10cfe2a4bedaa0de97857620 [diff] |
net: dccp : proto: remove Unneeded variable "err" Fix below issue reported by coccicheck net/dccp/proto.c:266:5-8: Unneeded variable: "err". Return "0" on line 310 Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>