]> git.baikalelectronics.ru Git - kernel.git/commit
devlink: use nla_put_failure goto label instead of out
authorJiri Pirko <jiri@mellanox.com>
Thu, 9 Feb 2017 14:54:35 +0000 (15:54 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Feb 2017 19:43:00 +0000 (14:43 -0500)
commit12f6ac7715b681093cbc08035468b28953fb4a30
treec1b423beb7e86b1567ec6e637a91f4719dfc4aef
parent43b4055f2cf62eca3e74ae4e6c06a5cc6ee69381
devlink: use nla_put_failure goto label instead of out

Be aligned with the rest of the code and use label named nla_put_failure.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/devlink.c