Merge "msm: camera: common: Fix failures in v4l2 unregister during error" into camera-kernel.lnx.4.0
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
695e073072
@@ -87,7 +87,7 @@ static const struct camera_submodule_component camera_isp[] = {
|
||||
};
|
||||
|
||||
static const struct camera_submodule_component camera_tfe[] = {
|
||||
#if IS_ENABLED(CONFIG_SPECTRA_TFE)
|
||||
#ifdef CONFIG_SPECTRA_TFE
|
||||
{&cam_top_tpg_init_module, &cam_top_tpg_exit_module},
|
||||
{&cam_tfe_init_module, &cam_tfe_exit_module},
|
||||
{&cam_tfe_csid530_init_module, &cam_tfe_csid530_exit_module},
|
||||
@@ -384,7 +384,7 @@ static int camera_init(void)
|
||||
}
|
||||
}
|
||||
|
||||
CAM_INFO(CAM_UTIL, "Spectra camera driver initialized!");
|
||||
CAM_INFO(CAM_UTIL, "Spectra camera driver initcalls done");
|
||||
|
||||
end_init:
|
||||
return rc;
|
||||
|
Reference in New Issue
Block a user