mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 07:15:55 +00:00
ide: remove redundant comment from ide_unregister()
Identical comment is present in ide_hwif_release_regions() documentation. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
b66cae7672
commit
cbd34d00af
@ -590,11 +590,6 @@ void ide_unregister(unsigned int index, int init_default, int restore)
|
|||||||
hwif->extra_ports = 0;
|
hwif->extra_ports = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Note that we only release the standard ports,
|
|
||||||
* and do not even try to handle any extra ports
|
|
||||||
* allocated for weird IDE interface chipsets.
|
|
||||||
*/
|
|
||||||
ide_hwif_release_regions(hwif);
|
ide_hwif_release_regions(hwif);
|
||||||
|
|
||||||
/* copy original settings */
|
/* copy original settings */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user