Commit 611ce339 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Mauro Carvalho Chehab

media: drivers: media: pci: cx18: Couple of spell fixes in the file cx18-av-core.c

s/minimze/minimize/
s/initallize/initialize/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 911edeff
...@@ -89,7 +89,7 @@ static void cx18_av_init(struct cx18 *cx) ...@@ -89,7 +89,7 @@ static void cx18_av_init(struct cx18 *cx)
/* /*
* The crystal freq used in calculations in this driver will be * The crystal freq used in calculations in this driver will be
* 28.636360 MHz. * 28.636360 MHz.
* Aim to run the PLLs' VCOs near 400 MHz to minimze errors. * Aim to run the PLLs' VCOs near 400 MHz to minimize errors.
*/ */
/* /*
...@@ -122,7 +122,7 @@ static void cx18_av_initialize(struct v4l2_subdev *sd) ...@@ -122,7 +122,7 @@ static void cx18_av_initialize(struct v4l2_subdev *sd)
cx18_av_write4_expect(cx, CXADEC_DL_CTL, 0x03000000, cx18_av_write4_expect(cx, CXADEC_DL_CTL, 0x03000000,
0x03000000, 0x13000000); 0x03000000, 0x13000000);
/* initallize the PLL by toggling sleep bit */ /* initialize the PLL by toggling sleep bit */
v = cx18_av_read4(cx, CXADEC_HOST_REG1); v = cx18_av_read4(cx, CXADEC_HOST_REG1);
/* enable sleep mode - register appears to be read only... */ /* enable sleep mode - register appears to be read only... */
cx18_av_write4_expect(cx, CXADEC_HOST_REG1, v | 1, v, 0xfffe); cx18_av_write4_expect(cx, CXADEC_HOST_REG1, v | 1, v, 0xfffe);
......
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