Skip to content
Commit 34dc2654 authored by Karthik Anantha Ram's avatar Karthik Anantha Ram
Browse files

msm: camera: isp: Fix the reset value of link_hdl



link_hdl is int32 variable. 0 is a valid value. So
in reset assign link_hdl to -1 instead of 0. Change
condition to check for valid values to >=0.

Change-Id: I2456dc77f68a4f289574ef1ebd0d2628f7c5a1d4
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent ee40106f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment