Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179993
b: refs/heads/master
c: 19b123e
h: refs/heads/master
i:
  179991: 0fc4416
v: v3
  • Loading branch information
Felix Beck authored and Martin Schwidefsky committed Jan 27, 2010
1 parent d5f49de commit 9694463
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 0b665d770d2d4dca8e9ea53129735fe214838ec9
refs/heads/master: 19b123ebacacdce5e75045bfe82122b01c821a5b
2 changes: 2 additions & 0 deletions trunk/drivers/s390/crypto/zcrypt_pcicc.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ static int convert_type86(struct zcrypt_device *zdev,
zdev->max_mod_size = PCICC_MAX_MOD_SIZE_OLD;
return -EAGAIN;
}
if (service_rc == 8 && service_rs == 72)
return -EINVAL;
zdev->online = 0;
return -EAGAIN; /* repeat the request on a different device. */
}
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/s390/crypto/zcrypt_pcixcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ static int convert_type86_ica(struct zcrypt_device *zdev,
}
if (service_rc == 12 && service_rs == 769)
return -EINVAL;
if (service_rc == 8 && service_rs == 72)
return -EINVAL;
zdev->online = 0;
return -EAGAIN; /* repeat the request on a different device. */
}
Expand Down

0 comments on commit 9694463

Please sign in to comment.