Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[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);