commit | e1af005b1ce6d33c0467808ddceb09a8a1a424ba | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Sat May 27 16:19:33 2017 -0600 |
committer | David S. Miller <davem@davemloft.net> | Tue May 30 11:55:33 2017 -0400 |
tree | bc7fda874b020c05877c925321a30e67c30c7086 | |
parent | d4e7256007b0763614a41c9c0a5a943dc1095b22 [diff] |
net: mpls: remove unnecessary initialization of err err is initialized to EINVAL and not used before it is set again. Remove the unnecessary initialization. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>