Skip to content

Commit

Permalink
ide: remove redundant comment from ide_unregister()
Browse files Browse the repository at this point in the history
Identical comment is present in ide_hwif_release_regions() documentation.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 26, 2008
1 parent b66cae7 commit cbd34d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/ide/ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,6 @@ void ide_unregister(unsigned int index, int init_default, int restore)
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);

/* copy original settings */
Expand Down

0 comments on commit cbd34d0

Please sign in to comment.