diff options
Diffstat (limited to 'arch/s390/pci/pci.c')
-rw-r--r-- | arch/s390/pci/pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c index b2c76f64c530..98336200c7b2 100644 --- a/arch/s390/pci/pci.c +++ b/arch/s390/pci/pci.c | |||
@@ -913,8 +913,7 @@ static int __init pci_base_init(void) | |||
913 | if (!s390_pci_probe) | 913 | if (!s390_pci_probe) |
914 | return 0; | 914 | return 0; |
915 | 915 | ||
916 | if (!test_facility(2) || !test_facility(69) | 916 | if (!test_facility(69) || !test_facility(71) || !test_facility(72)) |
917 | || !test_facility(71) || !test_facility(72)) | ||
918 | return 0; | 917 | return 0; |
919 | 918 | ||
920 | rc = zpci_debug_init(); | 919 | rc = zpci_debug_init(); |