]> asedeno.scripts.mit.edu Git - linux.git/commit
media: rcar-vin: Do not call pm_runtime_{resume,suspend}()
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Wed, 12 Jun 2019 23:45:40 +0000 (19:45 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 21 Jun 2019 20:39:30 +0000 (16:39 -0400)
commita244fabc15ffba245f80fd49ab486b9881e9e6de
tree59fea06371166df0823ba3a5ea8551f8c7322d26
parentb2ce5617dad254230551feda3599f2cc68e53ad8
media: rcar-vin: Do not call pm_runtime_{resume,suspend}()

The driver does not implement runtime resume and suspend function so
there is little point in trying to call them. This is a leftover from
the drivers soc_camera beginnings.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Ulrich Hecht <uli+renesas@fpond.eu>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/rcar-vin/rcar-v4l2.c