Loading drivers/media/platform/msm/ais/common/cam_soc_api.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -210,7 +210,7 @@ int msm_camera_get_clk_info(struct platform_device *pdev, { int rc = 0; if (!pdev || !&pdev->dev || !clk_info || !clk_ptr || !num_clk) if (!pdev || !clk_info || !clk_ptr || !num_clk) return -EINVAL; rc = msm_camera_get_clk_info_internal(&pdev->dev, Loading Loading
drivers/media/platform/msm/ais/common/cam_soc_api.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -210,7 +210,7 @@ int msm_camera_get_clk_info(struct platform_device *pdev, { int rc = 0; if (!pdev || !&pdev->dev || !clk_info || !clk_ptr || !num_clk) if (!pdev || !clk_info || !clk_ptr || !num_clk) return -EINVAL; rc = msm_camera_get_clk_info_internal(&pdev->dev, Loading