projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b327384
)
media: i2c: dw9719: Update PM last busy time upon close
author
Val Packett
<val@packett.cool>
Sat, 20 Sep 2025 12:03:46 +0000
(14:03 +0200)
committer
Hans Verkuil
<hverkuil+cisco@kernel.org>
Wed, 29 Oct 2025 12:47:16 +0000
(13:47 +0100)
Update the close callback to match other similar drivers like dw9768.
Signed-off-by: Val Packett <val@packett.cool>
Signed-off-by: André Apitzsch <git@apitzsch.eu>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/i2c/dw9719.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/dw9719.c
b/drivers/media/i2c/dw9719.c
index
5e3a200
..
a245945
100644
(file)
--- a/
drivers/media/i2c/dw9719.c
+++ b/
drivers/media/i2c/dw9719.c
@@
-284,7
+284,7
@@
static int dw9719_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh)
static int dw9719_close(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh)
{
- pm_runtime_put(sd->dev);
+ pm_runtime_put
_autosuspend
(sd->dev);
return 0;
}