media: i2c: imx290: Drop incorrect comment about pixelrate
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Mon, 5 Sep 2022 14:10:05 +0000 (15:10 +0100)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Mon, 5 Sep 2022 16:16:15 +0000 (17:16 +0100)
commit52e4b863a3617dd8584f571ecd1541aa5b2a9bd9
treea42a20863531b8cba427dfd6c8aec1628daca18a
parentb181de45cfde3853537cef2e5e45f00d0674350a
media: i2c: imx290: Drop incorrect comment about pixelrate

commit b5eca6fd4284 ("media: i2c: imx290: Fix the pixel rate at 148.5Mpix/s")
corrected imx290_calc_pixel_rate to always return the correct
pixle rate of 148.5Mpix/s, but didn't remove the comment that said
it relied on some other parameters.

Drop that comment.

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