Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354282
b: refs/heads/master
c: c88d40b
h: refs/heads/master
v: v3
  • Loading branch information
Peter Hurley authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 56c0440 commit 9e559f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de321a14da65a534da89a80dde949d0c6ff6316f
refs/heads/master: c88d40b25ffc8099aa7a28f62dce85bee66b1892
5 changes: 2 additions & 3 deletions trunk/drivers/staging/fwserial/fwserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -2684,10 +2684,9 @@ static void fwserial_handle_unplug_req(struct work_struct *work)

spin_lock_bh(&peer->lock);
if (peer->state == FWPS_UNPLUG_RESPONDING) {
if (rcode == RCODE_COMPLETE)
port = peer_revert_state(peer);
else
if (rcode != RCODE_COMPLETE)
fwtty_err(&peer->unit, "UNPLUG_RSP error (%d)", rcode);
port = peer_revert_state(peer);
}
cleanup:
spin_unlock_bh(&peer->lock);
Expand Down

0 comments on commit 9e559f5

Please sign in to comment.