Re: [PATCH net-next v2] net: macb: remove unused ENST Q0/Q1 time register defines
Breno Leitao <[email protected]>
| Newsgroups | gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 03, 2026 at 11:58:34AM +0530, Vineeth Karumanchi wrote: > The ENST start/on/off time register definitions for Q0 and Q1 are not > referenced anywhere in the driver. The driver calculates these register > addresses from the ENST base offset and the queue index instead of using > fixed defines, removing the unused macros. The removal itself seems correct - I could not find a single user of the six macros anywhere in the tree. > Signed-off-by: Vineeth Karumanchi <[email protected]> > Reviewed-by: Théo Lebrun <[email protected]> > Reviewed-by: Nicolai Buchwitz <[email protected]> Reviewed-by: Breno Leitao <[email protected]>