Skip to content

Commit

Permalink
pata_scc.c: add thaw ops
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Akira Iguchi authored and Jeff Garzik committed Feb 15, 2008
1 parent b6966a6 commit 1ec414e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/ata/pata_scc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 1ec414e

Please sign in to comment.