libata: kill ata_chk_status() call from ata_dev_configure()
authorTejun Heo <htejun@gmail.com>
Tue, 25 Mar 2008 13:16:43 +0000 (22:16 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 17 Apr 2008 19:44:18 +0000 (15:44 -0400)
commit3d5a3d67a578d95ac3a11a862d16a054e2d4d9cd
tree86f4cbf439ca5a892da1a45cc2af54bbe86231ec
parent071ce34d57924edb76b76f7de460eb4991463959
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>
drivers/ata/libata-core.c