projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b66cae7
)
ide: remove redundant comment from ide_unregister()
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Tue, 26 Feb 2008 20:50:33 +0000
(21:50 +0100)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Tue, 26 Feb 2008 20:50:33 +0000
(21:50 +0100)
Identical comment is present in ide_hwif_release_regions() documentation.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide.c
patch
|
blob
|
history
diff --git
a/drivers/ide/ide.c
b/drivers/ide/ide.c
index 477833f0daf501cbb1a67150e6523818a1fc38f6..784d60e376eeb814dd2eddb82dccdf3a4dc81d9d 100644
(file)
--- a/
drivers/ide/ide.c
+++ b/
drivers/ide/ide.c
@@
-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 */