From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Hans Verkuil <hverkuil@xs4all.nl>,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] media: i2c: ds90ub960: Fix PLL config for 1200 MHz CSI rate
Date: Fri, 4 Aug 2023 00:43:52 +0300 [thread overview]
Message-ID: <20230803214352.GF27752@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20230803-ub9xx-uninit-vars-v1-2-284a5455260f@ideasonboard.com>
Hi Tomi,
Thank you for the patch.
On Thu, Aug 03, 2023 at 11:41:39AM +0300, Tomi Valkeinen wrote:
> smatch reports:
>
> drivers/media/i2c/ds90ub960.c:1788 ub960_init_tx_ports() error: uninitialized symbol 'pll_div'.
>
> This is caused by 'pll_div' not being set for 1200 MHz CSI rate. Set the
> 'pll_div' correctly.
I'm surprised gcc didn't catch it.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Fixes: afe267f2d368 ("media: i2c: add DS90UB960 driver")
> Reported-by: Hans Verkuil <hverkuil@xs4all.nl>
> Closes: https://lore.kernel.org/all/8d6daeb1-b62a-bbb2-b840-8759c84f2085@xs4all.nl/
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
> ---
> drivers/media/i2c/ds90ub960.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/media/i2c/ds90ub960.c b/drivers/media/i2c/ds90ub960.c
> index 4833b39b9178..4ab45e326d80 100644
> --- a/drivers/media/i2c/ds90ub960.c
> +++ b/drivers/media/i2c/ds90ub960.c
> @@ -1763,6 +1763,7 @@ static int ub960_init_tx_ports(struct ub960_data *priv)
> break;
> case MHZ(1200):
> speed_select = 1;
> + pll_div = 0x18;
> break;
> case MHZ(800):
> speed_select = 2;
>
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2023-08-03 21:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-03 8:41 [PATCH 0/2] media: i2c: ds90ubxxx: Fix uninitialized variable uses Tomi Valkeinen
2023-08-03 8:41 ` [PATCH 1/2] media: i2c: ds90ub9x3: Fix use of uninitialized variables Tomi Valkeinen
2023-08-03 11:57 ` Andy Shevchenko
2023-08-03 11:59 ` Tomi Valkeinen
2023-08-03 21:46 ` Laurent Pinchart
2023-08-04 5:49 ` Tomi Valkeinen
2023-08-04 9:00 ` Laurent Pinchart
2023-08-03 8:41 ` [PATCH 2/2] media: i2c: ds90ub960: Fix PLL config for 1200 MHz CSI rate Tomi Valkeinen
2023-08-03 21:43 ` Laurent Pinchart [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230803214352.GF27752@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=tomi.valkeinen@ideasonboard.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox