]> git.baikalelectronics.ru Git - kernel.git/commit
media: dw9807-vcm: Remove redundant pm_runtime_set_suspended in remove
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 20 Jul 2018 21:04:50 +0000 (17:04 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 17 Sep 2018 18:56:28 +0000 (14:56 -0400)
commit445a8ca5bac7c1d0e553466114442f2e36dc5e2f
treec7f98231a70d44b877398a7ac8a73800d53deee8
parentecd0a19f2e36998a92a4cea4b9947c33d9566ed1
media: dw9807-vcm: Remove redundant pm_runtime_set_suspended in remove

The device is already suspended when it's the driver's remove function is
called. Remove redundant pm_runtime_set_suspended call.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/dw9807-vcm.c