summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@quicinc.com>2020-04-23 12:51:38 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2020-04-23 12:51:38 -0700
commit71afb0d984ca2f287cfb8cd9668debb48d6ef0a1 (patch)
tree90b08de70679bb2d98e9d38710a6ac82f1579998
parentbf4afca14596db6ba0f4c31b8f695d618b7f5b18 (diff)
parent4eb5c9bb014d94932a46fef51e827c72a8e46691 (diff)
downloadcamera-kernel-71afb0d984ca2f287cfb8cd9668debb48d6ef0a1.tar.gz
Merge "msm: camera: isp: Fixing KW errors" into camera-kernel.lnx.1.0
-rw-r--r--drivers/cam_isp/cam_isp_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cam_isp/cam_isp_context.c b/drivers/cam_isp/cam_isp_context.c
index a38c93c..63cd569 100644
--- a/drivers/cam_isp/cam_isp_context.c
+++ b/drivers/cam_isp/cam_isp_context.c
@@ -3375,7 +3375,7 @@ static int __cam_isp_ctx_rdi_only_sof_in_bubble_state(
static int __cam_isp_ctx_rdi_only_reg_upd_in_bubble_applied_state(
struct cam_isp_context *ctx_isp, void *evt_data)
{
- struct cam_ctx_request *req;
+ struct cam_ctx_request *req = NULL;
struct cam_context *ctx = ctx_isp->base;
struct cam_isp_ctx_req *req_isp;
struct cam_req_mgr_trigger_notify notify;