OSDN Git Service

media: Remove incorrect comment from struct v4l2_fwnode_endpoint
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 5 Sep 2022 12:35:34 +0000 (14:35 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 07:06:49 +0000 (09:06 +0200)
struct v4l2_fwnode_endpoint was zeroed previously apart from the endpoint
information itself when the endpoint properties were parsed. Now this
hasn't been the case for a few years so remove the comment.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
include/media/v4l2-fwnode.h

index 15e4ab6..394d798 100644 (file)
@@ -45,10 +45,6 @@ struct v4l2_async_subdev;
  */
 struct v4l2_fwnode_endpoint {
        struct fwnode_endpoint base;
-       /*
-        * Fields below this line will be zeroed by
-        * v4l2_fwnode_endpoint_parse()
-        */
        enum v4l2_mbus_type bus_type;
        struct {
                struct v4l2_mbus_config_parallel parallel;