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 5770e9f commit 5a6c352Copy full SHA for 5a6c352
drivers/misc/mei/vsc-fw-loader.c
@@ -334,7 +334,7 @@ static int vsc_identify_silicon(struct vsc_fw_loader *fw_loader)
334
sub_version = FIELD_GET(VSC_SUBSTEPPING_VERSION_MASK, ack->payload[0]);
335
336
if (version != VSC_MAINSTEPPING_VERSION_A) {
337
- dev_err(fw_loader->dev, "maintstepping mismatch expected %d got %d\n",
+ dev_err(fw_loader->dev, "mainstepping mismatch expected %d got %d\n",
338
VSC_MAINSTEPPING_VERSION_A, version);
339
return -EINVAL;
340
}
0 commit comments