Commit c616ac28 authored by Jakub Wilk's avatar Jakub Wilk Committed by Sebastian Reichel

HSI: Fix a typo

Signed-off-by: default avatarJakub Wilk <jwilk@jwilk.net>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 6ff33f39
......@@ -783,7 +783,7 @@ static void ssip_rx_strans(struct hsi_client *cl, u32 cmd)
}
ssip_set_rxstate(ssi, RECEIVING);
if (unlikely(SSIP_MSG_ID(cmd) != ssi->rxid)) {
dev_err(&cl->device, "START TRANS id %d expeceted %d\n",
dev_err(&cl->device, "START TRANS id %d expected %d\n",
SSIP_MSG_ID(cmd), ssi->rxid);
spin_unlock(&ssi->lock);
goto out1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment