mbox series

[net-next,0/2] Add support for the RTL907XD-VA and fix a driver warning

Message ID 20241111025532.291735-1-justinlai0215@realtek.com (mailing list archive)
Headers show
Series Add support for the RTL907XD-VA and fix a driver warning | expand

Message

Justin Lai Nov. 11, 2024, 2:55 a.m. UTC
This patch set includes adding support for the RTL907XD-VA. Fixing the
warning raised by the reviewer, which points out that error handling
should be implemented when rtase_check_mac_version_valid() returns an
error.

Justin Lai (2):
  rtase: Add support for RTL907XD-VA PCIe port
  rtase: Fix error code in rtase_init_one()

 drivers/net/ethernet/realtek/rtase/rtase.h    | 10 +++-
 .../net/ethernet/realtek/rtase/rtase_main.c   | 54 ++++++++++++-------
 2 files changed, 44 insertions(+), 20 deletions(-)