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)
commitee710bbcad48fa930bd563340e7845f5051db40e
tree4e1e568c4d36f679c890547f97c56bdc07595e91
parent398b7c3770c23de9a7d1a680960025fa8b014784
parentf120e62e37f0af4c4cbe08e5a88ea60a6a17c858
Merge branch 'bcmasp-fixes'

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>