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:
b3362f8
)
[PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()
author
Tejun Heo
<htejun@gmail.com>
Fri, 10 Nov 2006 09:08:10 +0000
(18:08 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 2 Dec 2006 03:45:55 +0000
(22:45 -0500)
Make ata_dev_read_id() take @flags instead of @post_reset. Currently
there is only one flag defined - ATA_READID_POSTRESET, which is
equivalent to @post_reset. This is preparation for polling presence
detection.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found