Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263791
b: refs/heads/master
c: 77cd72a
h: refs/heads/master
i:
  263789: c6a2068
  263787: c4342ae
  263783: 623e3fb
  263775: 07b2892
v: v3
  • Loading branch information
Dan Williams authored and James Bottomley committed Aug 24, 2011
1 parent 2129de0 commit 4adf075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b4be528999483d70a1ffc0accd102e477d5a503
refs/heads/master: 77cd72a53f6426f81b7f56a862402849ee903bda
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/isci/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,9 @@ static void sci_controller_process_completions(struct isci_host *ihost)
break;

case SCU_COMPLETION_TYPE_EVENT:
sci_controller_event_completion(ihost, ent);
break;

case SCU_COMPLETION_TYPE_NOTIFY: {
event_cycle ^= ((event_get+1) & SCU_MAX_EVENTS) <<
(SMU_COMPLETION_QUEUE_GET_EVENT_CYCLE_BIT_SHIFT - SCU_MAX_EVENTS_SHIFT);
Expand Down

0 comments on commit 4adf075

Please sign in to comment.