[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240209102858.51b06efc@kernel.org>
Date: Fri, 9 Feb 2024 10:28:58 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Stanislaw Gruszka <stanislaw.gruszka@...ux.intel.com>
Cc: linux-pm@...r.kernel.org, "Rafael J. Wysocki" <rafael@...nel.org>,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>, Ricardo Neri
<ricardo.neri-calderon@...ux.intel.com>, Daniel Lezcano
<daniel.lezcano@...aro.org>, "David S. Miller" <davem@...emloft.net>, Eric
Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Jiri Pirko
<jiri@...nulli.us>, Johannes Berg <johannes@...solutions.net>, Florian
Westphal <fw@...len.de>, netdev@...r.kernel.org
Subject: Re: [PATCH v3 2/3] thermal: netlink: Add genetlink bind/unbind
notifications
On Fri, 9 Feb 2024 13:06:24 +0100 Stanislaw Gruszka wrote:
> @@ -48,6 +64,15 @@ static inline int thermal_notify_tz_create(const struct thermal_zone_device *tz)
> return 0;
> }
>
> +int thermal_genl_register_notifier(struct notifier_block *nb)
> +{
> + return 0;
> +}
> +
> +int thermal_genl_unregister_notifier(struct notifier_block *nb)
> +{
> + return 0;
> +}
static inline :)
--
pw-bot: cr
Powered by blists - more mailing lists