summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2022-11-14 15:55:38 +0000
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-11-25 08:24:07 +0000
commit5317baa0a39ec480d6b225cca639b2fb19583515 (patch)
treed73e4bd254930a116391c4a954d30af4dfd6b88e /mm
parent6736a68fe15640e007a75f873cec86bdf9cc47a6 (diff)
downloadlinux-5317baa0a39ec480d6b225cca639b2fb19583515.tar.bz2
media: atomisp: Move calling of css_[un]init() to power_on()/_off()
atomisp_css_init() is always called after calling atomisp_power_on() either directly or through getting a runtime-pm reference. Likewise atomisp_css_uninit() is always called after calling atomisp_power_off(). Move the call site of these 2 functions to inside atomisp_power_on() / atomisp_power_off() to make this more explicit. Note this makes atomisp_reset() also set isp_fatal_error on atomisp_power_on() errors, where as before it only did this on atomisp_css_init() errors. This behavior change is for the better, since power-on failing is pretty fatal too. Reviewed-by: Andy Shevchenko <andy@kernel.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions