atm: iphase: Fix set-but-not-used warnings.
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Apr 2011 23:14:21 +0000 (16:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Apr 2011 23:14:21 +0000 (16:14 -0700)
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: David S. Miller <davem@davemloft.net>

No differences found