]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7afbd661f3cf65a66a83a23d1d8c1c1faf0d52b2
tree0a0f0519996f69f6cc83da14238facdfc49c9dfa
parent9ab151103dadfc54e83178f1ea86e14d7d016d31
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