]> git.ipfire.org Git - thirdparty/iproute2.git/commit
devlink: Remove strtouint64_t in favor of get_u64
authorDavid Ahern <dsahern@kernel.org>
Thu, 17 Feb 2022 01:59:43 +0000 (18:59 -0700)
committerDavid Ahern <dsahern@kernel.org>
Mon, 21 Feb 2022 16:33:33 +0000 (09:33 -0700)
commit7cb0e24dcfaa526b4227c3ed26d4310cba1277fd
tree5b760a3696f91d7b0d0daef8890ad2321c946aae
parent7848f6bb705c8914b25faebec5492260c475c6c0
devlink: Remove strtouint64_t in favor of get_u64

strtouint64_t duplicates get_u64; remove it.

Signed-off-by: David Ahern <dsahern@kernel.org>
devlink/devlink.c