Re: [PATCH net-next 5/8] net: dsa: mv88e6xxx: add switch register helpers

From: Vivien Didelot
Date: Thu Jun 09 2016 - 08:54:01 EST


Andrew Lunn <andrew@xxxxxxx> writes:

> On Wed, Jun 08, 2016 at 08:44:53PM -0400, Vivien Didelot wrote:
>> Extract the allocation and registration code related to the dsa_switch
>> structure in a mv88e6xxx_register_switch helper function.
>>
>> For symmetry in the code, add a mv88e6xxx_unregister_switch function.
>
> You say what you are doing, but not why?

The mixed assignements and registrations in the probe code make it hard
to read and figure out what is dsa or chip specific, so I made that
change to provide a simple function doing one thing, make it easier to
follow the probe logic.

Thanks, I'll update the commit message.

Vivien