media: imx: imx8mq-mipi_csi2: Remove unneeded code
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Fri, 28 Jan 2022 17:07:22 +0000 (18:07 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 7 Mar 2022 10:52:45 +0000 (11:52 +0100)
commit3a6cddab2d807242b8461404203e51e0ca490f77
treebbb5e4826764d9d5dcd7e54d51b3a08079880f53
parentf99c4ad386dd487fde4aeb203ff3b1f5f47a5a82
media: imx: imx8mq-mipi_csi2: Remove unneeded code

ret is constant in imx8mq_mipi_csi_pm_suspend(). This function cannot
return error. Remove the return variable. Simplify other functions which
are using this function.

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/imx/imx8mq-mipi-csi2.c