Loading drivers/cam_utils/cam_cx_ipeak.c +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> Loading Loading @@ -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; } Loading Loading
drivers/cam_utils/cam_cx_ipeak.c +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> Loading Loading @@ -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; } Loading