projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
290f9b3
)
media: i2c: st-mipid02: removal of unused link_frequency variable
author
Alain Volmat
<alain.volmat@foss.st.com>
Sat, 25 Nov 2023 18:20:54 +0000
(19:20 +0100)
committer
Hans Verkuil
<hverkuil-cisco@xs4all.nl>
Mon, 4 Dec 2023 09:37:47 +0000
(10:37 +0100)
link_frequency variable within struct mipid02_dev seems to have never
been used hence remove it.
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/i2c/st-mipid02.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/st-mipid02.c
b/drivers/media/i2c/st-mipid02.c
index 2811997e9161063448ca2d21bb5b8131d2d7a31e..0015cd32457c724aebb89bd404df6ac594875dd2 100644
(file)
--- a/
drivers/media/i2c/st-mipid02.c
+++ b/
drivers/media/i2c/st-mipid02.c
@@
-96,7
+96,6
@@
struct mipid02_dev {
struct gpio_desc *reset_gpio;
/* endpoints info */
struct v4l2_fwnode_endpoint rx;
- u64 link_frequency;
struct v4l2_fwnode_endpoint tx;
/* remote source */
struct v4l2_async_notifier notifier;