git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75b1f2f
)
[libata ahci] tone down ATAPI errors
author
Jeff Garzik
<jgarzik@pobox.com>
Wed, 16 Nov 2005 14:23:30 +0000
(09:23 -0500)
committer
Jeff 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