media: i2c: ccs: Set the device's runtime PM status correctly in probe
commit80704d14f1upstream. Set the device's runtime PM status to suspended in probe error paths where it was previously set to active. Fixes:9447082ae6("[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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5a6b5aa8eb
commit
7c3118db49
@@ -3645,6 +3645,7 @@ static int ccs_probe(struct i2c_client *client)
|
||||
out_disable_runtime_pm:
|
||||
pm_runtime_put_noidle(&client->dev);
|
||||
pm_runtime_disable(&client->dev);
|
||||
pm_runtime_set_suspended(&client->dev);
|
||||
|
||||
out_media_entity_cleanup:
|
||||
media_entity_cleanup(&sensor->src->sd.entity);
|
||||
|
||||
Reference in New Issue
Block a user