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

Simple merge