mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
media: Remove incorrect comment from struct v4l2_fwnode_endpoint
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>
This commit is contained in:
parent
ff37bc8c70
commit
ac5d4d87e1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user