[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aVGKgdso3-cnEIsP@smile.fi.intel.com>
Date: Sun, 28 Dec 2025 21:52:33 +0200
From: Andy Shevchenko <andriy.shevchenko@...el.com>
To: Mikhail Dmitrichenko <mdmitrichenko@...ralinux.ru>
Cc: Hans de Goede <hansg@...nel.org>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
Andy Shevchenko <andy@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
Thomas Andreatta <thomas.andreatta2000@...il.com>,
Josh Poimboeuf <jpoimboe@...nel.org>,
Ingo Molnar <mingo@...nel.org>, Alan Cox <alan@...ux.intel.com>,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-staging@...ts.linux.dev, lvc-project@...uxtesting.org
Subject: Re: [PATCH] media: staging: atomisp: remove unnecessary NULL checks
in sensor drivers
On Fri, Dec 12, 2025 at 03:38:14PM +0300, Mikhail Dmitrichenko wrote:
> There are unnecessary NULL checks for v4l2_subdev_format::format
> pointer in ov2722 and gc2235 sensor driver format operations.
> The fmt pointer is derived from &format->format where format
> is a pointer to an embedded struct v4l2_mbus_framefmt inside
> struct v4l2_subdev_format, therefore fmt cannot be NULL.
>
> Remove unnecessary NULL checks for v4l2_subdev_format::format
> pointer to avoid unnecessary computations and make code
> clearer.
>
> Found by Linux Verification Center (linuxtesting.org) with SVACE.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@...el.com>
Sakari, can you pick this up?
> Fixes: a49d25364dfb ("staging/atomisp: Add support for the Intel IPU v2")
This is not needed. There is no bug to test non-NULL pointer.
> Signed-off-by: Mikhail Dmitrichenko <mdmitrichenko@...ralinux.ru>
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists