Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313863
b: refs/heads/master
c: 8738e07
h: refs/heads/master
i:
  313861: e6e3712
  313859: d7a5662
  313855: f842579
v: v3
  • Loading branch information
Holger Dengler authored and Heiko Carstens committed Jul 16, 2012
1 parent d75afbd commit a726f8a
Show file tree
Hide file tree
Showing 2 changed files with 7 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: c960bec4fe5c58c288ea206061a40fbb0b28e768
refs/heads/master: 8738e07d5c9b5b02f113c7e0ba67f0d8d6a5b23c
6 changes: 6 additions & 0 deletions trunk/drivers/s390/crypto/ap_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,12 @@ static int ap_queue_enable_interruption(ap_qid_t qid, void *ind)
break;
case AP_RESPONSE_RESET_IN_PROGRESS:
case AP_RESPONSE_BUSY:
if (i < AP_MAX_RESET - 1) {
udelay(5);
status = ap_queue_interruption_control(qid,
ind);
continue;
}
break;
case AP_RESPONSE_Q_NOT_AVAIL:
case AP_RESPONSE_DECONFIGURED:
Expand Down

0 comments on commit a726f8a

Please sign in to comment.