diff options
author | Tejun Heo <htejun@gmail.com> | 2007-06-25 14:11:13 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-06-27 08:44:19 +0200 |
commit | 8af500bc7f8f1a8822ff451596f818ecb6968f38 (patch) | |
tree | 249a033ea7921ab9f97aa7d1dc4931727eed403a /drivers/ata/libata-eh.c | |
parent | libata: kill the infamous abnormal status message (diff) | |
download | linux-8af500bc7f8f1a8822ff451596f818ecb6968f38.tar.xz linux-8af500bc7f8f1a8822ff451596f818ecb6968f38.zip |
libata: kill non-sense warning message
prereset() is now allowed to set flag for unsupported reset method.
EH layer is responsible for selecting the fallback. Remove non-sense
warning message.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/libata-eh.c')
-rw-r--r-- | drivers/ata/libata-eh.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index d8070989a39f..376f0044f134 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c @@ -1665,8 +1665,6 @@ static int ata_eh_reset(struct ata_port *ap, int classify, /* did prereset() screw up? if so, fix up to avoid oopsing */ if (!reset) { - ata_port_printk(ap, KERN_ERR, "BUG: prereset() requested " - "invalid reset type\n"); if (softreset) reset = softreset; else |