hso: remove some dead code
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 6 Feb 2014 12:53:19 +0000 (15:53 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Feb 2014 05:28:05 +0000 (21:28 -0800)
commit4ccd0bb9bf136911f85a5c1eeb6bdcc259cde5e4
tree3007b0a1743242fe4b2a03416c895c232ea6fc8c
parentee262ad827f89e2dc7851ec2986953b5b125c6bc
hso: remove some dead code

It seems like this function was intended to have special handling for
urb statuses of -ENOENT and -ECONNRESET.  But now it just prints some
debugging and returns at the start of the function.

I have removed the dead code, it's still in the git history if anyone
wants to revive it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c