Re: [PATCH net-next] of_mdio: move of_mdio_parse_addr to header file

From: Florian Fainelli
Date: Tue Jun 13 2017 - 12:49:10 EST


On 06/13/2017 07:56 AM, Jon Mason wrote:
> The of_mdio_parse_addr() helper function is useful to other code, but
> the module dependency chain causes issues. To work around this, we can
> move of_mdio_parse_addr() to be an inline function in the header file.
> This gets rid of the dependencies and still allows for the reuse of
> code.
>
> Reported-by: Liviu Dudau <liviu@xxxxxxxxxxx>
> Signed-off-by: Jon Mason <jon.mason@xxxxxxxxxxxx>
> Fixes: 342fa1964439 ("mdio: mux: make child bus walking more permissive and errors more verbose")

Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Thanks!
--
Florian