]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/ide-floppy.c
ide-floppy: use alloc_disk_node()
[linux-2.6-omap-h63xx.git] / drivers / ide / ide-floppy.c
index cf0aa25470ee87368291dbf8614d2b67020315e9..73458e46bf1e4e82a1b10013c461991fa4bcca08 100644 (file)
@@ -788,7 +788,7 @@ static int ide_floppy_probe(ide_drive_t *drive)
                goto failed;
        }
 
-       g = alloc_disk(1 << PARTN_BITS);
+       g = alloc_disk_node(1 << PARTN_BITS, hwif_to_node(drive->hwif));
        if (!g)
                goto out_free_floppy;