isdn: hfcsusb: Fix set-but-unused variables.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:35:27 +0000 (16:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:35:27 +0000 (16:35 -0700)
The variable 'buf' is set but unused in
ctrl_complete().  Just kill it off.

Similarly for the variable 'err' in setup_hfcsusb().

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found