ide: call init_gendisk() after ide_acpi_init()
There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
3a4e7c96d6
commit
346d49969b
1 changed files with 1 additions and 1 deletions
|
@ -1258,10 +1258,10 @@ static int hwif_init(ide_hwif_t *hwif)
|
|||
hwif->name, hwif->irq);
|
||||
|
||||
done:
|
||||
init_gendisk(hwif);
|
||||
blk_register_region(MKDEV(hwif->major, 0), MAX_DRIVES << PARTN_BITS,
|
||||
THIS_MODULE, ata_probe, ata_lock, hwif);
|
||||
ide_acpi_init(hwif);
|
||||
init_gendisk(hwif);
|
||||
return 1;
|
||||
|
||||
out:
|
||||
|
|
Loading…
Reference in a new issue