commit | c765d4cad977f7e454a53d5bca5a942156b2d94c | [log] [tgz] |
---|---|---|
author | Karsten Wiese <fzu@wemgehoertderstaat.de> | Sat Feb 16 13:44:42 2008 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 24 21:16:35 2008 -0700 |
tree | f73f80b89d96d5a05bed5d261ac0437b1b966b84 | |
parent | 96f9bc373c83a67922dc32f358e8a3b3dd4e18a0 [diff] |
USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT" Refactor the EHCI "if (handshake()) state = HC_STATE_HALT" idiom, which appears 4 times, by replacing it with calls to a new function called handshake_on_error_set_halt(). Saves a few bytes too. Signed-off-by: Karsten Wiese <fzu@wemgehoertderstaat.de> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>