]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit1a6aa36b6f92b1a2f2e6789f6785372d4d6ddca9
treec1b423beb7e86b1567ec6e637a91f4719dfc4aef
parent21e3d2dd4a19f842e7d134c341eb584970ff3b32
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