]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee6e93a743a35e3894934b482509d6fc5d519a18
tree39eaf03a76d78626d4f668a0addb64cdd32d78bf
parent0490b15c126d665eeac3ab0227f9fc7aa0a13e6f
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