Commit 29dd19e3 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: exynos4-is: remove a now unused integer



The usage of pm_runtime_resume_and_get() removed the need of a
temporary integer. So, drop it.

Fixes: 59f96244 ("media: exynos4-is: fix pm_runtime_get_sync() usage count")
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 73edc4da
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1284,7 +1284,6 @@ static DEVICE_ATTR(subdev_conf_mode, S_IWUSR | S_IRUGO,
static int cam_clk_prepare(struct clk_hw *hw)
{
	struct cam_clk *camclk = to_cam_clk(hw);
	int ret;

	if (camclk->fmd->pmf == NULL)
		return -ENODEV;