Skip to content

Commit f6181b2

Browse files
ymodlinCopilot
andauthored
Update kernel/realsense/d4xx.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e620e2e commit f6181b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/realsense/d4xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4843,7 +4843,7 @@ static int ds5_mux_s_stream(struct v4l2_subdev *sd, int on)
48434843
if (ret < 0)
48444844
goto restore_s_state;
48454845

4846-
// check streaming status from FW, with two retries
4846+
// check streaming status from FW: initial attempt plus one retry
48474847
for (attempt = 0; attempt < 3; attempt++) {
48484848
for (i = 0; i < DS5_START_MAX_COUNT; i++) {
48494849
ret = ds5_read(state, stream_status_base,

0 commit comments

Comments
 (0)