lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAGTfZH02tdR_5i_RwghpRqb7WXtLMFFUNGrXrTXQ=UWNCwC0wA@mail.gmail.com>
Date: Sat, 11 Jan 2025 21:11:57 +0900
From: Chanwoo Choi <chanwoo@...nel.org>
To: Jeongjun Park <aha310510@...il.com>
Cc: cw00.choi@...sung.com, myungjoo.ham@...sung.com, kyungmin.park@...sung.com, 
	krzk@...nel.org, alim.akhtar@...sung.com, linux-pm@...r.kernel.org, 
	linux-samsung-soc@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, 
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] PM / devfreq: exynos: remove unused function parameter

Hi,

Applied it. Thanks

On Sat, Jan 11, 2025 at 2:35 AM Jeongjun Park <aha310510@...il.com> wrote:
>
> exynos_bus_parse_of() still declares a parameter struct device_node that
> is not used yet. This parameter is unnecessary and should be removed.
>
> Signed-off-by: Jeongjun Park <aha310510@...il.com>
> ---
>  drivers/devfreq/exynos-bus.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/devfreq/exynos-bus.c b/drivers/devfreq/exynos-bus.c
> index 7d06c476d8e9..b9ea7ad2e51b 100644
> --- a/drivers/devfreq/exynos-bus.c
> +++ b/drivers/devfreq/exynos-bus.c
> @@ -236,8 +236,7 @@ static int exynos_bus_parent_parse_of(struct device_node *np,
>         return ret;
>  }
>
> -static int exynos_bus_parse_of(struct device_node *np,
> -                             struct exynos_bus *bus)
> +static int exynos_bus_parse_of(struct exynos_bus *bus)
>  {
>         struct device *dev = bus->dev;
>         struct dev_pm_opp *opp;
> @@ -408,7 +407,7 @@ static int exynos_bus_probe(struct platform_device *pdev)
>         }
>
>         /* Parse the device-tree to get the resource information */
> -       ret = exynos_bus_parse_of(np, bus);
> +       ret = exynos_bus_parse_of(bus);
>         if (ret < 0)
>                 goto err_reg;
>
> --
>


-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ