]> git.ipfire.org Git - thirdparty/iproute2.git/commit
devlink: Remove strtouint32_t in favor of get_u32
authorDavid Ahern <dsahern@kernel.org>
Thu, 17 Feb 2022 02:04:39 +0000 (19:04 -0700)
committerDavid Ahern <dsahern@kernel.org>
Mon, 21 Feb 2022 16:33:33 +0000 (09:33 -0700)
commit95c03f4051830c150da39f6600907e46fa35001b
treea6cea09c27500cac314062d89232fc71b8c89ed4
parent7cb0e24dcfaa526b4227c3ed26d4310cba1277fd
devlink: Remove strtouint32_t in favor of get_u32

strtouint32_t duplicates get_u32; remove it.

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