10 Build before commit!
20 goto 10

svn path=/trunk/; revision=61115
This commit is contained in:
Eric Kohl 2013-11-28 15:50:42 +00:00
parent 6e7bfcab4e
commit fa67f52657

View file

@ -270,7 +270,7 @@ FdcFdoPnp(
{ {
case BusRelations: case BusRelations:
DPRINT1(" IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_RELATIONS / BusRelations\n"); DPRINT1(" IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_RELATIONS / BusRelations\n");
Status = FdcFdoQueryBusRelations((DeviceObject, &DeviceRelations); Status = FdcFdoQueryBusRelations(DeviceObject, &DeviceRelations);
Information = (ULONG_PTR)DeviceRelations; Information = (ULONG_PTR)DeviceRelations;
break; break;