]> git.proxmox.com Git - mirror_iproute2.git/commit
devlink: replace print macros with functions
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 26 Jun 2019 16:18:18 +0000 (09:18 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 26 Jun 2019 16:18:18 +0000 (09:18 -0700)
commitf7995053724f1ecd5912ed11026a65f90f2a1f58
treed91e2ffd838eaeab74400a883a2b83c90831421f
parentbfa757e02f8ec4e27a261ff77dbf70188a907666
devlink: replace print macros with functions

Using functions is safer, and printing is not performance
critical.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
devlink/devlink.c