Thread (20 messages) 20 messages, 6 authors, 2025-02-26

Re: [PATCH net-next v3 2/4] stmmac: loongson: Remove surplus loop

From: Yanteng Si <si.yanteng@linux.dev>
Date: 2025-02-26 01:57:16
Also in: lkml, netdev

在 2/25/25 5:15 PM, Philipp Stanner 写道:
On Tue, 2025-02-25 at 17:06 +0800, Yanteng Si wrote:
quoted
在 2/24/25 9:53 PM, Philipp Stanner 写道:
quoted
loongson_dwmac_probe() contains a loop which doesn't have an
effect,
because it tries to call pcim_iomap_regions() with the same
parameters
several times. The break statement at the loop's end furthermore
ensures
that the loop only runs once anyways.

Remove the surplus loop.

Signed-off-by: Philipp Stanner <phasta@kernel.org>
It seems that the fix-tag has been forgotten, next two patches as
well.
Not forgotten, I just think that patches 2-4 are code improvements, not
bug fixes.

The issue in patch 1 would cause actual misbehavior (a useless debug
information print in case of a resource collision), whereas 2-4 are
just ugly code, but not actual bugs: the loop always just runs once;
and unmapping the PCI resources manually is valid, but obviously
unnecessary.

Agreed?
You bet!


Thanks,

Yanteng
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help