projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e11d50
)
media: i2c: tc358743: fix spelling mistake
author
Jacob Chen
<jacob-chen@iotwrt.com>
Mon, 18 Sep 2017 04:00:51 +0000
(06:00 +0200)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Fri, 27 Oct 2017 12:08:44 +0000
(14:08 +0200)
It should be "LP-11".
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/tc358743.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/tc358743.c
b/drivers/media/i2c/tc358743.c
index a9355032076f96780522dab7d088b7a614db2410..6c59a460647f7f387b9e2f0b3729487d8b9883b2 100644
(file)
--- a/
drivers/media/i2c/tc358743.c
+++ b/
drivers/media/i2c/tc358743.c
@@
-1649,7
+1649,7
@@
static int tc358743_s_stream(struct v4l2_subdev *sd, int enable)
{
enable_stream(sd, enable);
if (!enable) {
- /* Put all lanes in
PL
-11 state (STOPSTATE) */
+ /* Put all lanes in
LP
-11 state (STOPSTATE) */
tc358743_set_csi(sd);
}