Commit 6db282c8 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

ASoC: mchp-spdifrx: fix spelling mistake "overrrun" -> "overrun"

There is a spelling mistake in a dev_warn message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20201006152024.542418-1-colin.king@canonical.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent fd6b519a
......@@ -338,7 +338,7 @@ static irqreturn_t mchp_spdif_interrupt(int irq, void *dev_id)
}
if (pending & SPDIFRX_IR_OVERRUN) {
dev_warn(dev->dev, "Overrrun detected\n");
dev_warn(dev->dev, "Overrun detected\n");
ret = IRQ_HANDLED;
}
......
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