mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
HSI: Fix a typo
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
6ff33f3902
commit
c616ac28a5
@ -783,7 +783,7 @@ static void ssip_rx_strans(struct hsi_client *cl, u32 cmd)
|
|||||||
}
|
}
|
||||||
ssip_set_rxstate(ssi, RECEIVING);
|
ssip_set_rxstate(ssi, RECEIVING);
|
||||||
if (unlikely(SSIP_MSG_ID(cmd) != ssi->rxid)) {
|
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);
|
SSIP_MSG_ID(cmd), ssi->rxid);
|
||||||
spin_unlock(&ssi->lock);
|
spin_unlock(&ssi->lock);
|
||||||
goto out1;
|
goto out1;
|
||||||
|
Loading…
Reference in New Issue
Block a user