diff --git a/scsi/qemu-pr-helper.c b/scsi/qemu-pr-helper.c index ce40008bfc90bd448c76a5e0dffb5dfff8929456..e7af637232e19bc0464cbbcd76943b9492d5df4c 100644 --- a/scsi/qemu-pr-helper.c +++ b/scsi/qemu-pr-helper.c @@ -236,7 +236,7 @@ static void dm_init(void) perror("Cannot open " CONTROL_PATH); exit(1); } - struct dm_ioctl dm = { 0 }; + struct dm_ioctl dm = { }; if (!dm_ioctl(DM_VERSION, &dm)) { perror("ioctl"); exit(1);