• D
    atm: iphase: Fix set-but-not-used warnings. · 24743537
    David S. Miller 提交于
    The "iavcc" and "iadev" cases are obvious.
    
    The intr_status and frmr_intr cases are reading a register to clear
    the chip status.  This driver is pretty old and creaky, and uses
    volatile pointer dereferences to do register I/O when it should be
    using readl() and friends.  However that it outside of the scope of
    these changes.
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    24743537
iphase.c 108.0 KB