[PATCH] libata: kill @verbose from ata_reset_fn_t
authorTejun Heo <htejun@gmail.com>
Tue, 11 Apr 2006 13:16:45 +0000 (22:16 +0900)
committerJeff Garzik <jeff@garzik.org>
Tue, 11 Apr 2006 17:12:46 +0000 (13:12 -0400)
commit2bf2cb26b2512c6a609bb152982c388329bedff6
tree9f1f3ea5000304fd946f34b24d9904c2a1027480
parentdb70fef0750e5f8dbb64f9fadb333d2c7caf26a1
[PATCH] libata: kill @verbose from ata_reset_fn_t

@verbose was added to ata_reset_fn_t because AHCI complained during
probing if no device was attached to the port.  However, muting
failure message isn't the correct approach.  Reset methods are
responsible for detecting no device condition and finishing
successfully.  Now that AHCI softreset is fixed, kill @verbose.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/ahci.c
drivers/scsi/libata-core.c
drivers/scsi/libata.h
drivers/scsi/sata_sil24.c
include/linux/libata.h
This page took 0.029916 seconds and 5 git commands to generate.