Skip to content

Commit

Permalink
media: Fix cosmetic error in TDA1997x driver
Browse files Browse the repository at this point in the history
The colon isn't followed by anything here.

Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Krzysztof Hałasa authored and Mauro Carvalho Chehab committed Aug 4, 2021
1 parent 4108b3e commit 95d4536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/i2c/tda1997x.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ static void tda1997x_delayed_work_enable_hpd(struct work_struct *work)
delayed_work_enable_hpd);
struct v4l2_subdev *sd = &state->sd;

v4l2_dbg(2, debug, sd, "%s:\n", __func__);
v4l2_dbg(2, debug, sd, "%s\n", __func__);

/* Set HPD high */
tda1997x_manual_hpd(sd, HPD_HIGH_OTHER);
Expand Down

0 comments on commit 95d4536

Please sign in to comment.