Re: [patch] hso: remove some dead code

2014-02-06 Thread David Miller
From: Dan Carpenter Date: Thu, 6 Feb 2014 15:53:19 +0300 > 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 st

[patch] hso: remove some dead code

2014-02-06 Thread Dan Carpenter
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: