• Andy Fleming's avatar
    fsl_pq_mdio: Clean up tbi address configuration · 952c5ca1
    Andy Fleming authored
    The code for setting the address of the internal TBI PHY was
    convoluted enough without a maze of ifdefs. Clean it up a bit
    so we allow the logic to fail down to -ENODEV at the end of
    the if/else ladder, rather than using ifdefs to repeat the same
    failure code over and over.
    
    Also, remove the support for the auto-configuration. I'm not aware of
    anyone using it, and it ends up using the bus mutex before it's been
    initialized.
    Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    952c5ca1
fsl_pq_mdio.c 10.7 KB