[libata ahci] tone down ATAPI errors
authorJeff Garzik <jgarzik@pobox.com>
Wed, 16 Nov 2005 14:23:30 +0000 (09:23 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 16 Nov 2005 14:23:30 +0000 (09:23 -0500)
ATA devices don't generate many errors, so the preferred method is to
printk() when they occur.

ATAPI devices generate tons of exceptions during the normal course
of operation, so this change skips logging the most common class of
errors.


No differences found