From: David S. Miller Date: Tue, 12 Apr 2011 23:14:21 +0000 (-0700) Subject: atm: iphase: Fix set-but-not-used warnings. X-Git-Tag: v3.0-rc1~377^2~438 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24743537d3f784a8b3014e934fad0a9c45e4e789;p=pandora-kernel.git 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 --- Reading git-diff-tree failed