msm: camera: isp: Use proper type while comparing negative values.
Not using the proper type to compare against negative values
will not work in case of 64bit build because long and int types
have different ranges for LP64 builds. So fix it by using a proper
cast.
Change-Id: I9525d94d6fc5e79f274752d8e567089907a36573
Signed-off-by:
Seemanta Dutta <seemanta@codeaurora.org>
Loading
Please register or sign in to comment