media: dw9714: Call pm_runtime_idle() at the end of probe()
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 2 Jan 2018 10:51:57 +0000 (05:51 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 23 Jan 2018 12:44:01 +0000 (07:44 -0500)
commitfa4293346bd470bfabbd7b69616c7d2608404f52
tree39eaf03a76d78626d4f668a0addb64cdd32d78bf
parent80008ddbed83b40d5b745a9bae721b736dd7314c
media: dw9714: Call pm_runtime_idle() at the end of probe()

Call pm_runtime_idle() at the end of the driver's probe() function to
enable the device to reach low power state once probe() finishes.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Tested-by: Rajmohan Mani <rajmohan.mani@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/dw9714.c