[KMIXER]
authorThomas Faber <thomas.faber@reactos.org>
Tue, 11 Sep 2012 21:13:21 +0000 (21:13 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Tue, 11 Sep 2012 21:13:21 +0000 (21:13 +0000)
- Fix Pin_fnFastWrite return value in failure case. Patch by Vincenzo Cotugno

svn path=/trunk/; revision=57282

reactos/drivers/wdm/audio/filters/kmixer/pin.c

index 790ecec..0127642 100644 (file)
@@ -673,7 +673,7 @@ Pin_fnFastWrite(
     if (NT_SUCCESS(Status))
         return TRUE;
     else
-        return TRUE;
+        return FALSE;
 }
 
 static KSDISPATCH_TABLE PinTable =