Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357012
b: refs/heads/master
c: 57f1b1c
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Dec 20, 2012
1 parent 3c5671a commit 1d2a9d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9a8d89673276a8a9410c68521c0b9523ed10493
refs/heads/master: 57f1b1c8fd705f48eb9fcd87d054e1dc46b1cedc
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ static int sh_mobile_ceu_add_device(struct soc_camera_device *icd)

ret = v4l2_subdev_call(csi2_sd, core, s_power, 1);
if (ret < 0 && ret != -ENOIOCTLCMD && ret != -ENODEV) {
pm_runtime_put_sync(ici->v4l2_dev.dev);
pm_runtime_put(ici->v4l2_dev.dev);
return ret;
}

Expand Down Expand Up @@ -612,7 +612,7 @@ static void sh_mobile_ceu_remove_device(struct soc_camera_device *icd)
}
spin_unlock_irq(&pcdev->lock);

pm_runtime_put_sync(ici->v4l2_dev.dev);
pm_runtime_put(ici->v4l2_dev.dev);

dev_info(icd->parent,
"SuperH Mobile CEU driver detached from camera %d\n",
Expand Down

0 comments on commit 1d2a9d8

Please sign in to comment.