[FDC]
authorEric Kohl <eric.kohl@reactos.org>
Thu, 28 Nov 2013 15:50:42 +0000 (15:50 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 28 Nov 2013 15:50:42 +0000 (15:50 +0000)
10 Build before commit!
20 goto 10

svn path=/trunk/; revision=61115

reactos/drivers/storage/fdc/fdc/fdo.c

index 86c79e8..3b36fe0 100644 (file)
@@ -270,7 +270,7 @@ FdcFdoPnp(
             {
                 case BusRelations:
                     DPRINT1("    IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_RELATIONS / BusRelations\n");
-                    Status = FdcFdoQueryBusRelations((DeviceObject, &DeviceRelations);
+                    Status = FdcFdoQueryBusRelations(DeviceObject, &DeviceRelations);
                     Information = (ULONG_PTR)DeviceRelations;
                     break;