Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67619
b: refs/heads/master
c: 39aa7cf
h: refs/heads/master
i:
  67617: a59d31a
  67615: 172231a
v: v3
  • Loading branch information
Ralph Wuerthner authored and Martin Schwidefsky committed Oct 12, 2007
1 parent 2e0eaaa commit 444d87d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 16db63fda0c63de7a7feb59c6ca59ce7e2670ffb
refs/heads/master: 39aa7cf612cc4e7f688c18f04c35afb51c57472e
5 changes: 3 additions & 2 deletions trunk/drivers/s390/crypto/ap_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,9 @@ static void ap_reset_domain(void)
{
int i;

for (i = 0; i < AP_DEVICES; i++)
ap_reset_queue(AP_MKQID(i, ap_domain_index));
if (ap_domain_index != -1)
for (i = 0; i < AP_DEVICES; i++)
ap_reset_queue(AP_MKQID(i, ap_domain_index));
}

static void ap_reset_all(void)
Expand Down

0 comments on commit 444d87d

Please sign in to comment.