summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt818x/ipi.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt818x/ipi.c')
-rw-r--r--chip/mt_scp/mt818x/ipi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/mt_scp/mt818x/ipi.c b/chip/mt_scp/mt818x/ipi.c
index 8b695d57e0..7ae4ed12a0 100644
--- a/chip/mt_scp/mt818x/ipi.c
+++ b/chip/mt_scp/mt818x/ipi.c
@@ -1,4 +1,4 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+/* Copyright 2018 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -196,7 +196,6 @@ int ipi_send(int32_t id, const void *buf, uint32_t len, int wait)
return EC_ERROR_BUSY;
}
-
scp_send_obj->id = id;
scp_send_obj->len = len;
memcpy(scp_send_obj->buffer, buf, len);