1. NAME

phy_clear_interrupt - Ack the phy deviceAqs interrupt

2. SYNOPSIS

int phy_clear_interrupt(struct phy_device *  phydev );

3. ARGUMENTS

phydev
    the phy_device struct

4. DESCRIPTION

If the phydev driver has an ack_interrupt function, call it to ack and clear the phy deviceAqs interrupt.

Returns 0 on success on < 0 on error.

5. COPYRIGHT