]> git.proxmox.com Git - mirror_iproute2.git/commit
devlink: Fix print of uint64_t
authorAya Levin <ayal@mellanox.com>
Thu, 28 Feb 2019 12:12:55 +0000 (14:12 +0200)
committerDavid Ahern <dsahern@gmail.com>
Thu, 28 Feb 2019 15:54:32 +0000 (07:54 -0800)
commit86648a196066a533f7b1841d4430f6ba6387c480
tree115882915030050ee470f0cc832795fc780f55ad
parentae72e655183b6f6872826360d855607d3d0a5617
devlink: Fix print of uint64_t

This patch prints uint64_t with its corresponding format and avoid implicit
cast to uint32_t.

Signed-off-by: Aya Levin <ayal@mellanox.com>
Reviewed-by: Moshe Shemesh <moshe@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
devlink/devlink.c