This patch series addresses some minor issues found in the recently
accepted patch series for the AMD XGBE driver.
The following fixes are included in this driver update series:
- Fix a possibly uninitialized variable in the debugfs support
- Fix the GPIO pin number constraint check
This patch series is based on net-next.
---
Tom Lendacky (2):
amd-xgbe: Fix possible uninitialized variable
amd-xgbe: Fix maximum GPIO value check
drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c | 2 +-
drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
Tom Lendacky