]> Git Repo - J-linux.git/blobdiff - drivers/platform/surface/aggregator/controller.c
Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-resources'
[J-linux.git] / drivers / platform / surface / aggregator / controller.c
index 8a70df60142c2d10ef095533f34429f7231677da..a06964aa96e770d183009ea08a31ab9fa5d913f4 100644 (file)
@@ -1907,7 +1907,7 @@ static int ssam_ssh_event_disable(struct ssam_controller *ctrl,
 {
        int status;
 
-       status = __ssam_ssh_event_request(ctrl, reg, reg.cid_enable, id, flags);
+       status = __ssam_ssh_event_request(ctrl, reg, reg.cid_disable, id, flags);
 
        if (status < 0 && status != -EINVAL) {
                ssam_err(ctrl,
This page took 0.028436 seconds and 4 git commands to generate.