Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5e923f7 authored by Manish Poddar's avatar Manish Poddar Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: Fix KW error.



Initialize variable to fix
KW error in camera.
CRs-fixed: 1001532

Change-Id: I81c87cac13e33e0678b3bb92f58da0699d9197c2
Signed-off-by: default avatarManish Poddar <mpoddar@codeaurora.org>
parent ec82f6fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -538,7 +538,7 @@ static long msm_fd_private_ioctl(struct file *file, void *fh,
	struct fd_ctx *ctx = msm_fd_ctx_from_fh(fh);
	struct msm_fd_stats *stats;
	int stats_idx;
	int ret = -EINVAL;
	int ret = 0;
	int i;

	switch (cmd) {