]> www.infradead.org Git - users/dwmw2/linux.git/commit
rtase: Corrects error handling of the rtase_check_mac_version_valid()
authorJustin Lai <justinlai0215@realtek.com>
Wed, 20 Nov 2024 07:56:24 +0000 (15:56 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 26 Nov 2024 09:12:58 +0000 (10:12 +0100)
commita01cfcfda5cc787552b344cbc92f9c363c81ad4f
tree7ae3412a34c928245058dd3e8c7911e26a06fd6d
parentc1fc14c4df801fe2d9ec3160b52fa63569ce164c
rtase: Corrects error handling of the rtase_check_mac_version_valid()

Previously, when the hardware version ID was determined to be invalid,
only an error message was printed without any further handling. Therefore,
this patch makes the necessary corrections to address this.

Fixes: a36e9f5cfe9e ("rtase: Add support for a pci table in this module")
Signed-off-by: Justin Lai <justinlai0215@realtek.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/realtek/rtase/rtase_main.c