summaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/ns87415.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz2008-02-01 23:09:36 +0100
committerBartlomiej Zolnierkiewicz2008-02-01 23:09:36 +0100
commit9d501529b688dada3fd90d91b1517e48d5ac3e05 (patch)
tree455d4f52979dd11abc1ef6dbd3c01128e03118d1 /drivers/ide/pci/ns87415.c
parentide: use ide_remove_port_from_hwgroup in init_irq() (diff)
downloadkernel-qcow2-linux-9d501529b688dada3fd90d91b1517e48d5ac3e05.tar.gz
kernel-qcow2-linux-9d501529b688dada3fd90d91b1517e48d5ac3e05.tar.xz
kernel-qcow2-linux-9d501529b688dada3fd90d91b1517e48d5ac3e05.zip
ide: make probe_hwif() return an error value
Make probe_hwif() return an error value. While at it: * Remove comment about MAX_DRIVES == 2 limitation (it is not special to probe_hwif(), it is a general assumption taken by a lot of IDE code). * Rename probe_hwif() to ide_probe_port(). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/pci/ns87415.c')
-rw-r--r--drivers/ide/pci/ns87415.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/pci/ns87415.c b/drivers/ide/pci/ns87415.c
index d50caa082d50..fc9eee9ccac3 100644
--- a/drivers/ide/pci/ns87415.c
+++ b/drivers/ide/pci/ns87415.c
@@ -229,8 +229,8 @@ static void __devinit init_hwif_ns87415 (ide_hwif_t *hwif)
#ifdef __sparc_v9__
/*
- * XXX: Reset the device, if we don't it will not respond
- * to SELECT_DRIVE() properly during first probe_hwif().
+ * XXX: Reset the device, if we don't it will not respond to
+ * SELECT_DRIVE() properly during first ide_probe_port().
*/
timeout = 10000;
outb(12, hwif->io_ports[IDE_CONTROL_OFFSET]);