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

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

Merge "msm: camera: utils: Handle cx_ipeak register failure gracefully" into camera-kernel.lnx.1.0

parents fc75671c 14e0860a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/of.h>
@@ -35,7 +35,7 @@ int cam_cx_ipeak_register_cx_ipeak(struct cam_hw_soc_info *soc_info)
	if (cam_cx_ipeak) {
		goto exit;
	} else {
		rc = -EINVAL;
		CAM_WARN(CAM_UTIL, "cx_ipeak_register failed");
		goto exit;
	}