Re: [PATCH net-next] epic100: remove module version and switch to module_pci_driver
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-01-07 17:43:22
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-01-07 17:43:22
On Tue, Jan 06, 2026 at 11:10:13PM -0800, Ethan Nelson-Moore wrote:
The module version is useless, and the only thing the epic_init routine did besides pci_register_driver was to print the version.
Hi Ethan
The threading is a bit odd in these series. Generally, for a patch
series, each patch is numbered, 1/3, 2/3, 3/3 etc. And it is a good
idea to have a 0/3 explaining the big picture of what the series does.
Andrew