On Mon, Nov 14, 2016 at 01:08:13PM +1100, Vivien Didelot wrote: > Hi Andrew, > > Andrew Lunn <and...@lunn.ch> writes: > > > Knowing the family of device belongs to helps with picking the ops > > implementation which is appropriate to the device. So add a comment to > > each structure of ops. > > This commit is not necessary. mv88e6xxx_ops structure must be per-chip, > and the family information is already described in patch 03/11.
I disagree. I made a lot of errors adding the right per family handler to these structures, simply because it is not obvious what family a device belongs to when looking at the structure. Andrew