Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f20ccf8 authored by Tejun Heo's avatar Tejun Heo Committed by Jeff Garzik
Browse files

sata_mv: drop unncessary EH callback resetting



Now that BMDMA EH ops are separated out from SFF ops, mv5_ops doesn't
have to explicitly reset ->error_handler() and ->post_internal_cmd().
Drop them.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent ec96e2fe
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -675,8 +675,6 @@ static struct ata_port_operations mv5_ops = {
	.freeze			= mv_eh_freeze,
	.thaw			= mv_eh_thaw,
	.hardreset		= mv_hardreset,
	.error_handler		= ata_std_error_handler, /* avoid SFF EH */
	.post_internal_cmd	= ATA_OP_NULL,

	.scr_read		= mv5_scr_read,
	.scr_write		= mv5_scr_write,