Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316822
b: refs/heads/master
c: db95fc0
h: refs/heads/master
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Jul 20, 2012
1 parent 7a2b1a2 commit 2caeb87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 95fdd5e980e6eea4579c15043f7a9be6ad63012c
refs/heads/master: db95fc004ea50f661a98c9f25585c0a734b5c238
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/libfc/fc_lport.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,8 @@ static void fc_lport_recv_req(struct fc_lport *lport,
rcu_read_unlock();
FC_LPORT_DBG(lport, "dropping unexpected frame type %x\n", fh->fh_type);
fc_frame_free(fp);
lport->tt.exch_done(sp);
if (sp)
lport->tt.exch_done(sp);
}

/**
Expand Down

0 comments on commit 2caeb87

Please sign in to comment.