]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-ti-ethernet-warnings'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Oct 2024 12:20:41 +0000 (13:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Oct 2024 12:20:41 +0000 (13:20 +0100)
commit01b6b9315f15f199a206c8b3bd3e051584237d7e
treedbc23d5340446a9076c031c2b01dae539189a339
parentb8bf38440ba94e8ed8e2ae55c5dfb0276d30e843
parent2c9eacbb56de00591e2e4f9484e286c86c3c10b4
Merge branch 'net-ti-ethernet-warnings'

Simon Horman says:

====================
net: ethernet: ti: Address some warnings

This patchset addresses some warnings flagged by Sparse, and clang-18 in
TI Ethernet drivers.

Although these changes do not alter the functionality of the code, by
addressing them real problems introduced in future which are flagged by
tooling will stand out more readily.

Compile tested only.

---
Changes in v2:
- Dropped patch to directly address __percpu Sparse warnings and, instead
- Add patch to use tstats
- Added tags
- Thanks to all for the review of v1
- Link to v1: https://lore.kernel.org/r/20240910-ti-warn-v1-0-afd1e404abbe@kernel.org
====================

Signed-off-by: David S. Miller <davem@davemloft.net>