linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pata_scc.c: add thaw ops
@ 2008-02-13  2:55 Akira Iguchi
  2008-02-14  2:40 ` Tejun Heo
  2008-02-15 18:52 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Akira Iguchi @ 2008-02-13  2:55 UTC (permalink / raw)
  To: jeff; +Cc: kou.ishizaki, linux-ide

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>
---

diff -pu linux-2.6.25-rc1/drivers/ata/pata_scc.c linux-2.6.25-rc1_mod/drivers/ata/pata_scc.c
--- linux-2.6.25-rc1/drivers/ata/pata_scc.c	2008-02-11 07:18:14.000000000 +0900
+++ linux-2.6.25-rc1_mod/drivers/ata/pata_scc.c	2008-02-13 11:37:34.000000000 +0900
@@ -1007,6 +1007,8 @@ static const struct ata_port_operations 
 	.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,
 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-15 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13  2:55 [PATCH] pata_scc.c: add thaw ops Akira Iguchi
2008-02-14  2:40 ` Tejun Heo
2008-02-15 18:52 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).