projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6966a6
)
pata_scc.c: add thaw ops
author
Akira Iguchi
<akira2.iguchi@toshiba.co.jp>
Wed, 13 Feb 2008 02:55:07 +0000
(11:55 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Fri, 15 Feb 2008 18:51:22 +0000
(13:51 -0500)
This patch adds default thaw ops and fixes the freeze/thaw inconsistency.
Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Akira Iguchi <akira2.iguchi@toshiba.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_scc.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_scc.c
b/drivers/ata/pata_scc.c
index
55055b2
..
6c016de
100644
(file)
--- a/
drivers/ata/pata_scc.c
+++ b/
drivers/ata/pata_scc.c
@@
-1007,6
+1007,8
@@
static const struct ata_port_operations scc_pata_ops = {
.qc_issue = ata_qc_issue_prot,
.freeze = scc_bmdma_freeze,
+ .thaw = ata_bmdma_thaw,
+
.error_handler = scc_error_handler,
.post_internal_cmd = scc_bmdma_stop,