isdn: ipacx: Fix set-but-unused variables.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:40:30 +0000 (16:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:40:40 +0000 (16:40 -0700)
commitd462003ddbb28926109396b9038299fc740c2efc
tree27101c92130969321782ae972f0637ae515de7d0
parenta1e6216d1b5035db1d4c018cf841d3267f949281
isdn: ipacx: Fix set-but-unused variables.

The variable 'cda2_cr' is set but unused in ctrl_complete().  Just
kill it off.

Keep the cs->readisac() call just in case the register read has side
effects.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hisax/ipacx.c