mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
pata_scc.c: add thaw ops
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>
This commit is contained in:
parent
b6966a61a8
commit
1ec414ecc0
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user