Skip to content

Commit 2b541b6

Browse files
mchehabgregkh
authored andcommitted
media: exynos4-is: remove a now unused integer
commit 29dd19e upstream. The usage of pm_runtime_resume_and_get() removed the need of a temporary integer. So, drop it. Fixes: 59f9624 ("media: exynos4-is: fix pm_runtime_get_sync() usage count") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2b58f51 commit 2b541b6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/media/platform/exynos4-is/media-dev.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,6 @@ static DEVICE_ATTR(subdev_conf_mode, S_IWUSR | S_IRUGO,
12801280
static int cam_clk_prepare(struct clk_hw *hw)
12811281
{
12821282
struct cam_clk *camclk = to_cam_clk(hw);
1283-
int ret;
12841283

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

0 commit comments

Comments
 (0)