Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250537
b: refs/heads/master
c: cf2d007
h: refs/heads/master
i:
  250535: 0405429
v: v3
  • Loading branch information
Holger Dengler authored and Martin Schwidefsky committed May 23, 2011
1 parent ac78bd7 commit f7f06bc
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 89db4df160948d005b5efce82ef10f25ab5aac8b
refs/heads/master: cf2d007bd43bc254d5254fe9d30af3e73ed5b98a
2 changes: 2 additions & 0 deletions trunk/drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ config ZCRYPT
+ PCI-X Cryptographic Coprocessor (PCIXCC)
+ Crypto Express2 Coprocessor (CEX2C)
+ Crypto Express2 Accelerator (CEX2A)
+ Crypto Express3 Coprocessor (CEX3C)
+ Crypto Express3 Accelerator (CEX3A)

config ZCRYPT_MONOLITHIC
bool "Monolithic zcrypt module"
Expand Down
8 changes: 6 additions & 2 deletions trunk/drivers/s390/crypto/ap_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1183,8 +1183,12 @@ static void ap_scan_bus(struct work_struct *unused)
INIT_LIST_HEAD(&ap_dev->list);
setup_timer(&ap_dev->timeout, ap_request_timeout,
(unsigned long) ap_dev);
if (device_type == 0)
ap_probe_device_type(ap_dev);
if (device_type == 0) {
if (ap_probe_device_type(ap_dev)) {
kfree(ap_dev);
continue;
}
}
else
ap_dev->device_type = device_type;

Expand Down

0 comments on commit f7f06bc

Please sign in to comment.