]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: netconsole: remove msg_ready variable
authorBreno Leitao <leitao@debian.org>
Thu, 17 Oct 2024 09:50:16 +0000 (02:50 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 22 Oct 2024 13:44:24 +0000 (15:44 +0200)
commitab49de0f7a08c442ebdc097f6701e8bc4db6b432
tree4a3fc0a806b62a110f34e10026211a0fafe618ec
parent867d13a75488d5c20256e93186d9cb6361fb75a4
net: netconsole: remove msg_ready variable

Variable msg_ready is useless, since it does not represent anything. Get
rid of it, using buf directly instead.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/netconsole.c