projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd6b519
)
ASoC: mchp-spdifrx: fix spelling mistake "overrrun" -> "overrun"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 6 Oct 2020 15:20:24 +0000
(16:20 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 7 Oct 2020 12:28:00 +0000
(13:28 +0100)
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>
sound/soc/atmel/mchp-spdifrx.c
patch
|
blob
|
history
diff --git
a/sound/soc/atmel/mchp-spdifrx.c
b/sound/soc/atmel/mchp-spdifrx.c
index 726e4951d9a51068c433b076dbdade59079fea15..e6ded6f8453fcd3d1e5714fa257aed7a42a74571 100644
(file)
--- a/
sound/soc/atmel/mchp-spdifrx.c
+++ b/
sound/soc/atmel/mchp-spdifrx.c
@@
-338,7
+338,7
@@
static irqreturn_t mchp_spdif_interrupt(int irq, void *dev_id)
}
if (pending & SPDIFRX_IR_OVERRUN) {
- dev_warn(dev->dev, "Overr
r
un detected\n");
+ dev_warn(dev->dev, "Overrun detected\n");
ret = IRQ_HANDLED;
}