media: i2c: Re-order runtime pm initialisation
authorDaniel Scally <djrscally@gmail.com>
Tue, 23 Nov 2021 00:00:01 +0000 (01:00 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 30 Nov 2021 09:51:36 +0000 (10:51 +0100)
commitd2484fbf780762f6f9cc3abb7a07ee42dca2eaa3
tree94c628b3d8ad28f0a5f8232d3bc37ebfc0096306
parent887bda234082423b84a63ef09dbda7fd106074e5
media: i2c: Re-order runtime pm initialisation

The kerneldoc for pm_runtime_set_suspended() says:

"It is not valid to call this function for devices with runtime PM
enabled"

To satisfy that requirement, re-order the calls so that
pm_runtime_enable() is the last one.

Fixes: 11c0d8fdccc5 ("media: i2c: Add support for the OV8865 image sensor")
Signed-off-by: Daniel Scally <djrscally@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/ov8865.c