We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11c35e commit eb05751Copy full SHA for eb05751
drivers/platform/chrome/cros_ec_lpc.c
@@ -156,7 +156,7 @@ static int cros_ec_pkt_xfer_lpc(struct cros_ec_device *ec,
156
cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_CMD, 1, &sum);
157
158
if (ec_response_timed_out()) {
159
- dev_warn(ec->dev, "EC responsed timed out\n");
+ dev_warn(ec->dev, "EC response timed out\n");
160
ret = -EIO;
161
goto done;
162
}
@@ -238,7 +238,7 @@ static int cros_ec_cmd_xfer_lpc(struct cros_ec_device *ec,
238
239
240
241
242
243
244
0 commit comments