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:
4c9bf4e
)
libata: remove check_status from non-SFF drivers
author
Tejun Heo
<htejun@gmail.com>
Mon, 7 Apr 2008 13:47:21 +0000
(22:47 +0900)
committer
Jeff Garzik
<jgarzik@redhat.com>
Thu, 17 Apr 2008 19:44:24 +0000
(15:44 -0400)
Now that all SFF stuff is separated out of core layer, core layer
doesn't call ops->[alt_]check_status(). In fact, no one calls them
for non-SFF drivers anymore. Kill them.
Signed-off-by: Tejun Heo <htejun@gmail.com>
No differences found