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)
commit24614c1e906debe791e2227f3a8936c7ae3954ed
treec7f98231a70d44b877398a7ac8a73800d53deee8
parent1a07dd8a6b8510dd8ffd43cceff51c7d4cba0693
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