Skip to content

Commit 95d4536

Browse files
Krzysztof Hałasamchehab
authored andcommitted
media: Fix cosmetic error in TDA1997x driver
The colon isn't followed by anything here. Signed-off-by: Krzysztof Hałasa <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 4108b3e commit 95d4536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/i2c/tda1997x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ static void tda1997x_delayed_work_enable_hpd(struct work_struct *work)
563563
delayed_work_enable_hpd);
564564
struct v4l2_subdev *sd = &state->sd;
565565

566-
v4l2_dbg(2, debug, sd, "%s:\n", __func__);
566+
v4l2_dbg(2, debug, sd, "%s\n", __func__);
567567

568568
/* Set HPD high */
569569
tda1997x_manual_hpd(sd, HPD_HIGH_OTHER);

0 commit comments

Comments
 (0)