media: i2c: ccs: Set the device's runtime PM status correctly in probe
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 10 Jan 2025 13:54:22 +0000 (15:54 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Sat, 15 Feb 2025 14:22:50 +0000 (15:22 +0100)
commit80704d14f1bd3628f578510e0a88b66824990ef6
tree241c48ff901201236f02086d58a4a8548e59ac15
parente04604583095faf455b3490b004254a225fd60d4
media: i2c: ccs: Set the device's runtime PM status correctly in probe

Set the device's runtime PM status to suspended in probe error paths where
it was previously set to active.

Fixes: 9447082ae666 ("[media] smiapp: Implement power-on and power-off sequences without runtime PM")
Cc: stable@vger.kernel.org # for >= v5.15
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/ccs/ccs-core.c