[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0gdQtbJHsQ2LMQrgnaQxS3BybaCXLYKeF1sFh7wPW8Uuw@mail.gmail.com>
Date: Wed, 3 Jul 2024 13:31:17 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Johannes Berg <johannes@...solutions.net>
Cc: "Rafael J. Wysocki" <rjw@...ysocki.net>, Linux PM <linux-pm@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>, "Rafael J. Wysocki" <rafael@...nel.org>,
Lukasz Luba <lukasz.luba@....com>, Daniel Lezcano <daniel.lezcano@...aro.org>,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>, Zhang Rui <rui.zhang@...el.com>,
Shawn Guo <shawnguo@...nel.org>, Pengutronix Kernel Team <kernel@...gutronix.de>,
Thara Gopinath <thara.gopinath@...il.com>, Thierry Reding <thierry.reding@...il.com>,
Jonathan Hunter <jonathanh@...dia.com>, linux-wireless@...r.kernel.org,
linux-tegra@...r.kernel.org
Subject: Re: [RESEND][PATCH v1 3/5] thermal: trip: Pass trip pointer to
.set_trip_temp() thermal zone callback
On Wed, Jul 3, 2024 at 10:43 AM Johannes Berg <johannes@...solutions.net> wrote:
>
> You said in the cover letter this hasn't received much attention ... as
> far as I can tell, the only wireless thing is this:
>
> > --- linux-pm.orig/drivers/net/wireless/intel/iwlwifi/mvm/tt.c
> > +++ linux-pm/drivers/net/wireless/intel/iwlwifi/mvm/tt.c
> > @@ -638,7 +638,7 @@ out:
> > }
> >
> > static int iwl_mvm_tzone_set_trip_temp(struct thermal_zone_device *device,
> > - int trip, int temp)
> > + const struct thermal_trip *trip, int temp)
> > {
> > struct iwl_mvm *mvm = thermal_zone_device_priv(device);
> > int ret;
>
> which I guess looks totally fine :)
Well, I would think so. :-)
Thanks!
Powered by blists - more mailing lists