Author: hpoussin Date: Mon Dec 29 09:07:01 2014 New Revision: 65872
URL: http://svn.reactos.org/svn/reactos?rev=65872&view=rev Log: [RAMDISK] Explicit the relation type check
Modified: trunk/reactos/drivers/storage/class/ramdisk/ramdisk.c
Modified: trunk/reactos/drivers/storage/class/ramdisk/ramdisk.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/class/ramdi... ============================================================================== --- trunk/reactos/drivers/storage/class/ramdisk/ramdisk.c [iso-8859-1] (original) +++ trunk/reactos/drivers/storage/class/ramdisk/ramdisk.c [iso-8859-1] Mon Dec 29 09:07:01 2014 @@ -1734,7 +1734,7 @@ // // Anything but bus relations, we don't handle // - if (Type) goto PassToNext; + if (Type != BusRelations) goto PassToNext;
// // Acquire the disk list lock