media: i2c: imx477: Remove unused function parameter
authorNaushir Patuck <naush@raspberrypi.com>
Fri, 19 Feb 2021 11:06:40 +0000 (11:06 +0000)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Tue, 23 Feb 2021 08:28:07 +0000 (08:28 +0000)
commit12fdeddcde1ce67177ae0e13931ff24944015625
treed30d74b52864a9cf1bcf5a6e7e7bd3182738b1df
parent2221c40649fe9ae28ab12db0961a5fc08f2ec9eb
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