]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
media: imx: imx7_mipi_csis: Runtime suspend in .s_stream() error path
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 8 Jan 2021 00:05:19 +0000 (01:05 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 6 Apr 2021 09:39:27 +0000 (11:39 +0200)
commit8f5586dc2d1829d16f602b3d3237b9415ca95cce
tree106a4bad048536ee4fbf72210c9d49d07ecda9e6
parent212d34e050a5022db1246691b84668d3afa63e6c
media: imx: imx7_mipi_csis: Runtime suspend in .s_stream() error path

If the .s_stream() handler fails after calling pm_runtime_get_sync(),
call pm_runtime_put() in the error path.

While at it add a few blank lines to make the code more readable.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/imx/imx7-mipi-csis.c