[NTOSKRNL]
authorCameron Gutman <aicommander@gmail.com>
Mon, 21 Jun 2010 04:36:32 +0000 (04:36 +0000)
committerCameron Gutman <aicommander@gmail.com>
Mon, 21 Jun 2010 04:36:32 +0000 (04:36 +0000)
- Resource translation isn't very effective when we don't store the translated value in the translated descriptor (Fix a typo)

svn path=/trunk/; revision=47815

reactos/ntoskrnl/io/pnpmgr/pnpres.c

index 2e93929..71319f8 100644 (file)
@@ -755,7 +755,7 @@ IopTranslateDeviceResources(
                   DescriptorRaw->u.Interrupt.Level,
                   DescriptorRaw->u.Interrupt.Vector,
                   (PKIRQL)&DescriptorTranslated->u.Interrupt.Level,
-                  &DescriptorRaw->u.Interrupt.Affinity);
+                  &DescriptorTranslated->u.Interrupt.Affinity);
                break;
             }
             case CmResourceTypeMemory: