]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge branch 'bcmasp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 18 Feb 2024 11:32:10 +0000 (11:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Feb 2024 11:32:10 +0000 (11:32 +0000)
Justin Chen says:

====================
net: bcmasp: bug fixes for bcmasp

Fix two bugs.

- Indicate that PM is managed by mac to prevent double pm calls. This
  doesn't lead to a crash, but waste a noticable amount of time
  suspending/resuming.

- Sanity check for OOB write was off by one. Leading to a false error
  when using the full array.
====================

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

Trivial merge