media: i2c: imx477: Remove unused function parameter
authorNaushir Patuck <naush@raspberrypi.com>
Fri, 19 Feb 2021 11:06:40 +0000 (11:06 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:11 +0000 (16:04 +0000)
commita74c92b93244468d7eb58f84b8ee18770bdd65d7
treea89914f4ded63ca8237cd8539190d544a263d8f5
parent62cbafade77feb715f7b36590f8e67876e4a6c6a
media: i2c: imx477: Remove unused function parameter

The struct imx477 *ctrl parameter is not used in the function
imx477_adjust_exposure_range(), so remove it.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
drivers/media/i2c/imx477.c