summaryrefslogtreecommitdiff
path: root/stand/efi/boot1/zfs_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/efi/boot1/zfs_module.c')
-rw-r--r--stand/efi/boot1/zfs_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/efi/boot1/zfs_module.c b/stand/efi/boot1/zfs_module.c
index 5550879a32277..583d6b1d101f3 100644
--- a/stand/efi/boot1/zfs_module.c
+++ b/stand/efi/boot1/zfs_module.c
@@ -124,7 +124,7 @@ probe(dev_info_t *dev)
}
memcpy(tdev, dev, sizeof(*dev));
- if (vdev_probe(vdev_read, tdev, &spa) != 0) {
+ if (vdev_probe(vdev_read, NULL, tdev, &spa) != 0) {
free(tdev);
return (EFI_UNSUPPORTED);
}