Re: [PATCH v4 2/5] net: rnpgbe: Add n500/n210 chip support
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-08-15 02:06:07
Also in:
linux-doc, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-08-15 02:06:07
Also in:
linux-doc, lkml
+ hw->driver_version = 0x0002040f;
What does this mean? It is not used anywhere. Such values are usually
useless, because they never change, where as the kernel around the
driver changes all the time, and it is the combination of the driver
and the kernel which matters.
Andrew
---
pw-bot: cr