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)
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>

No differences found