isdn: hfcpci: Fix set-but-unused variables.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:34:50 +0000 (16:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:34:50 +0000 (16:34 -0700)
commita719e0a81f8ab1e96301aada203be1c43788aec7
tree0a0f0519996f69f6cc83da14238facdfc49c9dfa
parent2d09d567127e85dddd027d049196093640025c36
isdn: hfcpci: Fix set-but-unused variables.

The variable 'total' is set but unused in
hfcpci_empty_bfifo().  Just kill it off.

Similarly for the variable 'val' in ph_state_nt().

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/mISDN/hfcpci.c