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

Commit 72858b5c authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: common: va_end should follow va_start" into camera-kernel.lnx.1.0

parents c7c5cbb0 bef4415d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2017-2018, The Linux Foundataion. All rights reserved.
 * Copyright (c) 2017-2019, The Linux Foundataion. All rights reserved.
 */

#include <linux/io.h>
@@ -115,6 +115,7 @@ void cam_debug_log(unsigned int module_id, const char *func, const int line,
		pr_info("CAM_DBG: %s: %s: %d: %s\n",
			cam_get_module_name(module_id),
			func, line, str_buffer);
		va_end(args);
	}

	va_end(args);
}