summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2008-03-25 14:16:43 +0100
committerJeff Garzik <jgarzik@redhat.com>2008-04-17 21:44:18 +0200
commit3d5a3d67a578d95ac3a11a862d16a054e2d4d9cd (patch)
tree86f4cbf439ca5a892da1a45cc2af54bbe86231ec /drivers/ata
parentlibata: move ata_pci_default_filter() out of CONFIG_PCI (diff)
downloadlinux-3d5a3d67a578d95ac3a11a862d16a054e2d4d9cd.tar.xz
linux-3d5a3d67a578d95ac3a11a862d16a054e2d4d9cd.zip
libata: kill ata_chk_status() call from ata_dev_configure()
ata_dev_configure() isn't tied to any controller interface except for the probe debug message printing at the end of the function. Kill the message. This is to help separating out SFF support from core layer. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/libata-core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 34c068f18350..54f85508bc6e 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -2407,9 +2407,6 @@ int ata_dev_configure(struct ata_device *dev)
}
}
- if (ata_msg_probe(ap))
- ata_dev_printk(dev, KERN_DEBUG, "%s: EXIT, drv_stat = 0x%x\n",
- __func__, ata_chk_status(ap));
return 0;
err_out_nosup: