diff options
author | David S. Miller <davem@davemloft.net> | 2011-04-12 16:14:21 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-12 16:14:21 -0700 |
commit | 24743537d3f784a8b3014e934fad0a9c45e4e789 (patch) | |
tree | db65a79017f00e081a8ba5476fff5095edf03be1 /net/ax25 | |
parent | 095d3da610d4022d341c517c59dd5a5d656d966f (diff) | |
download | linux-3.10-24743537d3f784a8b3014e934fad0a9c45e4e789.tar.gz linux-3.10-24743537d3f784a8b3014e934fad0a9c45e4e789.tar.bz2 linux-3.10-24743537d3f784a8b3014e934fad0a9c45e4e789.zip |
atm: iphase: Fix set-but-not-used warnings.
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>
Diffstat (limited to 'net/ax25')
0 files changed, 0 insertions, 0 deletions