Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101503
b: refs/heads/master
c: 70c6654
h: refs/heads/master
i:
  101501: 6ed4b43
  101499: 2501eb3
  101495: b674854
  101487: 504ece1
  101471: 373a7f5
  101439: 488d078
  101375: 41a723b
v: v3
  • Loading branch information
Martin Peschke authored and James Bottomley committed Jun 5, 2008
1 parent 39d9936 commit f4cb2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c3baa9a26c5ac7e8d801093d55d33620d8bc2fe2
refs/heads/master: 70c665405151bc0fdb73ea47c85eb9d0254770b0
4 changes: 2 additions & 2 deletions trunk/drivers/s390/scsi/zfcp_dbf.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ void zfcp_rec_dbf_event_thread(u8 id2, struct zfcp_adapter *adapter, int lock)
r->u.thread.total = total;
r->u.thread.ready = ready;
r->u.thread.running = running;
debug_event(adapter->rec_dbf, 5, r, sizeof(*r));
debug_event(adapter->rec_dbf, 6, r, sizeof(*r));
spin_unlock_irqrestore(&adapter->rec_dbf_lock, flags);
}

Expand Down Expand Up @@ -823,7 +823,7 @@ void zfcp_rec_dbf_event_action(u8 id2, struct zfcp_erp_action *erp_action)
r->u.action.status = erp_action->status;
r->u.action.step = erp_action->step;
r->u.action.fsf_req = (unsigned long)erp_action->fsf_req;
debug_event(adapter->rec_dbf, 4, r, sizeof(*r));
debug_event(adapter->rec_dbf, 5, r, sizeof(*r));
spin_unlock_irqrestore(&adapter->rec_dbf_lock, flags);
}

Expand Down

0 comments on commit f4cb2de

Please sign in to comment.