Skip to content

Commit

Permalink
ASoC: mchp-spdifrx: fix spelling mistake "overrrun" -> "overrun"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dev_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20201006152024.542418-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Colin Ian King authored and Mark Brown committed Oct 7, 2020
1 parent fd6b519 commit 6db282c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/atmel/mchp-spdifrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6db282c

Please sign in to comment.