commit | a1e6216d1b5035db1d4c018cf841d3267f949281 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 17 16:39:18 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 17 16:39:18 2011 -0700 |
tree | 0a6d093386b246f27458c57d24aba79bd0278957 | |
parent | db47367451cbee4e8a3fd9389cc341f4acc43b1e [diff] |
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>