sata_mv Add missing qc_defer op.

This is necessary now that we support NCQ in the driver.

Signed-off-by: Mark Lord <[EMAIL PROTECTED]>
---
Who says a 14-patch series cannot have a 15th patch?  :)

--- old/drivers/ata/sata_mv.c   2008-01-24 18:55:12.000000000 -0500
+++ new/drivers/ata/sata_mv.c   2008-01-24 18:57:21.000000000 -0500
@@ -558,6 +558,7 @@
        .post_internal_cmd      = mv_post_int_cmd,
        .freeze                 = mv_eh_freeze,
        .thaw                   = mv_eh_thaw,
+       .qc_defer               = ata_std_qc_defer,

        .scr_read               = mv_scr_read,
        .scr_write              = mv_scr_write,
@@ -586,6 +587,7 @@
        .post_internal_cmd      = mv_post_int_cmd,
        .freeze                 = mv_eh_freeze,
        .thaw                   = mv_eh_thaw,
+       .qc_defer               = ata_std_qc_defer,

        .scr_read               = mv_scr_read,
        .scr_write              = mv_scr_write,
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to