]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commitdiff
Use correct FdoD0ToD3 function.
authorMark Syms <mark.syms@citrix.com>
Fri, 8 Jan 2016 11:50:22 +0000 (11:50 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 8 Jan 2016 12:46:18 +0000 (12:46 +0000)
Signed-off-by: Mark Syms <mark.syms@citrix.com>
src/xenvbd/fdo.c

index aa92fe43e4fcdba90f6d37e019ac8460c1c0e4aa..cf054831d95675445027f15775987ed52cf669b8 100644 (file)
@@ -1982,7 +1982,7 @@ FdoDispatchPnp(
     switch (Stack->MinorFunction) {
     case IRP_MN_REMOVE_DEVICE:
         Verbose("FDO:IRP_MN_REMOVE_DEVICE\n");
-        __FdoD0ToD3(Fdo);
+        FdoD0ToD3(Fdo);
         FdoUnplugRequest(Fdo, FALSE);
         // drop ref-count acquired in DriverGetFdo *before* destroying Fdo
         FdoDereference(Fdo);