Skip to content

Commit

Permalink
Revert "media: i2c: imx296: Add 2ms delay after releasing standby"
Browse files Browse the repository at this point in the history
This reverts commit ecbc04a
which duplicated 5fb3b30

Signed-off-by: Nick Hollinghurst <[email protected]>
  • Loading branch information
njhollinghurst authored and popcornmix committed Nov 21, 2023
1 parent e60c686 commit b35e135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/i2c/imx296.c
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,6 @@ static int imx296_identify_model(struct imx296 *sensor)
"failed to get sensor out of standby (%d)\n", ret);
return ret;
}
usleep_range(2000, 5000);

usleep_range(2000, 5000);

Expand Down

0 comments on commit b35e135

Please sign in to comment.