From: Jakub Kicinski <kuba@kernel•org>
To: "Niklas Söderlund" <niklas.soderlund@ragnatech•se>
Cc: "Sakari Ailus" <sakari.ailus@linux•intel.com>,
netdev@vger•kernel.org,
"Nicolas Ferre" <nicolas.ferre@microchip•com>,
"Claudiu Beznea" <claudiu.beznea@tuxon•dev>,
"Andrew Lunn" <andrew+netdev@lunn•ch>,
"David S. Miller" <davem@davemloft•net>,
"Eric Dumazet" <edumazet@google•com>,
"Paolo Abeni" <pabeni@redhat•com>, "Wei Fang" <wei.fang@nxp•com>,
"Shenwei Wang" <shenwei.wang@nxp•com>,
"Clark Wang" <xiaoning.wang@nxp•com>,
"Paul Barker" <paul@pbarker•dev>,
"Siddharth Vadapalli" <s-vadapalli@ti•com>,
"Roger Quadros" <rogerq@kernel•org>,
"Alex Elder" <elder@kernel•org>,
"Maxime Coquelin" <mcoquelin.stm32@gmail•com>,
"Alexandre Torgue" <alexandre.torgue@foss•st.com>,
"Stephan Gerhold" <stephan@gerhold•net>,
"Loic Poulain" <loic.poulain@oss•qualcomm.com>,
"Sergey Ryazanov" <ryazanov.s.a@gmail•com>,
"Johannes Berg" <johannes@sipsolutions•net>,
"Chandrashekar Devegowda" <chandrashekar.devegowda@intel•com>,
"Chiranjeevi Rapolu" <chiranjeevi.rapolu@linux•intel.com>,
"Liu Haijun" <haijun.liu@mediatek•com>,
"Ricardo Martinez" <ricardo.martinez@linux•intel.com>,
"Dr. David Alan Gilbert" <linux@treblig•org>,
"Ingo Molnar" <mingo@kernel•org>,
"Thomas Gleixner" <tglx@linutronix•de>,
"Michael Nemanov" <michael.nemanov@ti•com>,
"Kalle Valo" <kvalo@kernel•org>,
"Andreas Kemnade" <andreas@kemnade•info>,
"Roopni Devanathan" <quic_rdevanat@quicinc•com>,
"Thomas Weißschuh" <linux@weissschuh•net>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation•org>,
"Jeff Johnson" <jeff.johnson@oss•qualcomm.com>,
"Christophe JAILLET" <christophe.jaillet@wanadoo•fr>,
imx@lists•linux.dev, linux-renesas-soc@vger•kernel.org,
linux-omap@vger•kernel.org, linux-wireless@vger•kernel.org,
linux-stm32@st-md-mailman•stormreply.com,
linux-arm-kernel@lists•infradead.org,
linux-arm-msm@vger•kernel.org
Subject: Re: [PATCH RESEND 1/4] net: ethernet: Remove redundant pm_runtime_mark_last_busy() calls
Date: Wed, 29 Oct 2025 18:56:52 -0700 [thread overview]
Message-ID: <20251029185652.14483c58@kernel.org> (raw)
In-Reply-To: <20251027120559.GA365372@ragnatech.se>
On Mon, 27 Oct 2025 13:05:59 +0100 Niklas Söderlund wrote:
> > out_rpm_put:
> > if (!priv->wol_enabled) {
> > - pm_runtime_mark_last_busy(dev);
> > pm_runtime_put_autosuspend(dev);
> > }
>
> You could drop the { } here. With this fixed for RAVB,
fixed when applying, the wireless patch needs to go to linux-wireless.
You may want to repost that once again if it's not in linux-next by
next week.
prev parent reply other threads:[~2025-10-30 1:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-27 11:50 [PATCH RESEND 1/4] net: ethernet: Remove redundant pm_runtime_mark_last_busy() calls Sakari Ailus
2025-10-27 11:50 ` [PATCH RESEND 2/4] net: ipa: " Sakari Ailus
2025-10-27 12:22 ` Dmitry Baryshkov
2025-10-30 19:47 ` Alex Elder
2025-10-27 11:50 ` [PATCH RESEND 3/4] net: wireless: " Sakari Ailus
2025-10-27 11:50 ` [PATCH RESEND 4/4] net: wwan: " Sakari Ailus
2025-10-27 12:05 ` [PATCH RESEND 1/4] net: ethernet: " Niklas Söderlund
2025-10-30 1:56 ` Jakub Kicinski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251029185652.14483c58@kernel.org \
--to=kuba@kernel$(echo .)org \
--cc=alexandre.torgue@foss$(echo .)st.com \
--cc=andreas@kemnade$(echo .)info \
--cc=andrew+netdev@lunn$(echo .)ch \
--cc=chandrashekar.devegowda@intel$(echo .)com \
--cc=chiranjeevi.rapolu@linux$(echo .)intel.com \
--cc=christophe.jaillet@wanadoo$(echo .)fr \
--cc=claudiu.beznea@tuxon$(echo .)dev \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=elder@kernel$(echo .)org \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=haijun.liu@mediatek$(echo .)com \
--cc=imx@lists$(echo .)linux.dev \
--cc=jeff.johnson@oss$(echo .)qualcomm.com \
--cc=johannes@sipsolutions$(echo .)net \
--cc=kvalo@kernel$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-arm-msm@vger$(echo .)kernel.org \
--cc=linux-omap@vger$(echo .)kernel.org \
--cc=linux-renesas-soc@vger$(echo .)kernel.org \
--cc=linux-stm32@st-md-mailman$(echo .)stormreply.com \
--cc=linux-wireless@vger$(echo .)kernel.org \
--cc=linux@treblig$(echo .)org \
--cc=linux@weissschuh$(echo .)net \
--cc=loic.poulain@oss$(echo .)qualcomm.com \
--cc=mcoquelin.stm32@gmail$(echo .)com \
--cc=michael.nemanov@ti$(echo .)com \
--cc=mingo@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=nicolas.ferre@microchip$(echo .)com \
--cc=niklas.soderlund@ragnatech$(echo .)se \
--cc=pabeni@redhat$(echo .)com \
--cc=paul@pbarker$(echo .)dev \
--cc=quic_rdevanat@quicinc$(echo .)com \
--cc=ricardo.martinez@linux$(echo .)intel.com \
--cc=rogerq@kernel$(echo .)org \
--cc=ryazanov.s.a@gmail$(echo .)com \
--cc=s-vadapalli@ti$(echo .)com \
--cc=sakari.ailus@linux$(echo .)intel.com \
--cc=shenwei.wang@nxp$(echo .)com \
--cc=stephan@gerhold$(echo .)net \
--cc=tglx@linutronix$(echo .)de \
--cc=wei.fang@nxp$(echo .)com \
--cc=xiaoning.wang@nxp$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox