]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: octeon: Clean up dead code in ethernet-tx.c
authorMohammed GUERMOUD <mohammed.guermoud@gmail.com>
Fri, 29 Aug 2025 17:02:53 +0000 (18:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 13:55:43 +0000 (15:55 +0200)
commit5ff310ce43b8750e605ded5f81d7c258c9719923
tree9c87149491e26af82c640bd1679b73dd4127350d
parent0bbf8fb9e3e624d44b536de71a93f995b7edc7a5
staging: octeon: Clean up dead code in ethernet-tx.c

Remove multiple blocks of non-functional code disabled via '#if 0'.

The removed code was a placeholder for incomplete hardware offload
features, as indicated by `FIXME` comments. Remove this dead
code to simplify the driver.

Signed-off-by: Mohammed GUERMOUD <mohammed.guermoud@gmail.com>
Link: https://lore.kernel.org/r/20250829170253.16737-1-mohammed.guermoud@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-tx.c