Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linux
[deliverable/linux.git] / drivers / s390 / crypto / zcrypt_pcixcc.c
index f41852768953dfc6aea96316a995a7274a243ebc..df8f0c4dacb7c49bc3e15670ad8bac976b989670 100644 (file)
@@ -327,7 +327,7 @@ static int zcrypt_pcixcc_probe(struct ap_device *ap_dev)
        else
                zdev->ops = zcrypt_msgtype_request(MSGTYPE06_NAME,
                                                   MSGTYPE06_VARIANT_NORNG);
-       ap_dev->reply = &zdev->reply;
+       ap_device_init_reply(ap_dev, &zdev->reply);
        ap_dev->private = zdev;
        rc = zcrypt_device_register(zdev);
        if (rc)
This page took 0.02757 seconds and 5 git commands to generate.