Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions drivers/media/i2c/imx708.c
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,10 @@ static int imx708_set_ctrl(struct v4l2_ctrl *ctrl)
case V4L2_CID_WIDE_DYNAMIC_RANGE:
/* Already handled above. */
break;
case V4L2_CID_PIXEL_RATE:
case V4L2_CID_HBLANK:
ret = 0;
break;
default:
dev_info(&client->dev,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

info默认应该不会打印到终端吧,我们默认loglevel是8

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没改 loglevel 的前提下, dmesg 看到的

"ctrl(id:0x%x,val:0x%x) is not handled\n",
Expand Down