|
@@ -1,6 +1,6 @@
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
/*
|
|
|
- * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2017-2021, The Linux Foundation. All rights reserved.
|
|
|
*/
|
|
|
|
|
|
#include "cam_ois_dev.h"
|
|
@@ -288,6 +288,7 @@ static int cam_ois_component_bind(struct device *dev,
|
|
|
INIT_LIST_HEAD(&(o_ctrl->i2c_calib_data.list_head));
|
|
|
INIT_LIST_HEAD(&(o_ctrl->i2c_fwinit_data.list_head));
|
|
|
INIT_LIST_HEAD(&(o_ctrl->i2c_mode_data.list_head));
|
|
|
+ INIT_LIST_HEAD(&(o_ctrl->i2c_time_data.list_head));
|
|
|
mutex_init(&(o_ctrl->ois_mutex));
|
|
|
rc = cam_ois_driver_soc_init(o_ctrl);
|
|
|
if (rc) {
|