media: i2c: ov7251: V4L2_CID_PIXEL_RATE is fixed
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Sat, 12 Feb 2022 09:47:38 +0000 (09:47 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:44 +0000 (16:04 +0000)
commit121c91a145f60bf510c35f9e7108eef0d139e522
tree70d95971f3ad08429671f511cf4a4204661236e0
parent6aab58088a3d69e75ce54b0ba3c555af6c1b4108
media: i2c: ov7251: V4L2_CID_PIXEL_RATE is fixed

The pixel rate doesn't actually change based on the mode, and
can not be set by userspace.

Fix the control. The control is already read only as set by the core.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/media/i2c/ov7251.c