]> git.baikalelectronics.ru Git - kernel.git/commit
isdn: hfc_usb: Fix set-but-unused variables.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:39:18 +0000 (16:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:39:18 +0000 (16:39 -0700)
commit5de144e590c36d89261da3f31f550eb8f865a887
tree0a6d093386b246f27458c57d24aba79bd0278957
parent29ebb1a657cf48e54d7f9ae6012cd25f66a57431
isdn: hfc_usb: Fix set-but-unused variables.

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

Similarly for 'err' in hfc_usb_init().

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