summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorColin Ian King2019-02-17 23:26:05 +0100
committerMauro Carvalho Chehab2019-02-18 18:32:43 +0100
commite3e71be056df8309c80ed7457122b726172c45a1 (patch)
tree45d3456c167bd2952a33f0c13a7cc675642809ae /drivers/media
parentmedia: vimc: fix memory leak (diff)
downloadkernel-qcow2-linux-e3e71be056df8309c80ed7457122b726172c45a1.tar.gz
kernel-qcow2-linux-e3e71be056df8309c80ed7457122b726172c45a1.tar.xz
kernel-qcow2-linux-e3e71be056df8309c80ed7457122b726172c45a1.zip
media: wl128x: fix spelling mistake: "Swtich" -> "Switch"
There is a spelling mistake in a fmdbg debug message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/radio/wl128x/fmdrv_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/wl128x/fmdrv_common.c b/drivers/media/radio/wl128x/fmdrv_common.c
index 800d69c3f80b..e1c218b23d9e 100644
--- a/drivers/media/radio/wl128x/fmdrv_common.c
+++ b/drivers/media/radio/wl128x/fmdrv_common.c
@@ -908,7 +908,7 @@ static void fm_irq_afjump_setfreq(struct fmdev *fmdev)
u16 frq_index;
u16 payload;
- fmdbg("Swtich to %d KHz\n", fmdev->rx.stat_info.af_cache[fmdev->rx.afjump_idx]);
+ fmdbg("Switch to %d KHz\n", fmdev->rx.stat_info.af_cache[fmdev->rx.afjump_idx]);
frq_index = (fmdev->rx.stat_info.af_cache[fmdev->rx.afjump_idx] -
fmdev->rx.region.bot_freq) / FM_FREQ_MUL;