]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
netconsole: use netpoll_parse_ip_addr in local_ip_store
authorBreno Leitao <leitao@debian.org>
Mon, 11 Aug 2025 18:13:28 +0000 (11:13 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 13 Aug 2025 00:32:42 +0000 (17:32 -0700)
commit4aeb452c237afa6d7e8d09185bca6e34454ca333
tree0edd443ab6774e01d441e8fec603da0a59396979
parent60cb69214148fbe7fc50239c28e4d052eec6ae61
netconsole: use netpoll_parse_ip_addr in local_ip_store

Replace manual IP address parsing with a call to netpoll_parse_ip_addr
in remote_ip_store(), simplifying the code and reducing the chance of
errors.

The error message got removed, since it is not a good practice to
pr_err() if used pass a wrong value in configfs.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/netconsole.c