[NTFS] - Fix increasing the mft size, to keep chkdsk happy.
[reactos.git] / drivers / serial / serial / devctrl.c
index b7f056d..189f97e 100644 (file)
@@ -832,7 +832,7 @@ SerialDeviceControl(
                                IoMarkIrpPending(Irp);
 
                                WaitingIrp = InterlockedCompareExchangePointer(
-                                       &DeviceExtension->WaitOnMaskIrp,
+                                       (PVOID*)&DeviceExtension->WaitOnMaskIrp,
                                        Irp,
                                        NULL);