Commit ec50ec3
ipmi: Use dev_warn_ratelimited() for incorrect message warnings
During BMC firmware upgrades on live systems, the ipmi_msghandler
generates excessive "BMC returned incorrect response" warnings
while the BMC is temporarily offline. This can flood system logs
in large deployments.
Replace dev_warn() with dev_warn_ratelimited() to throttle these
warnings and prevent log spam during BMC maintenance operations.
Signed-off-by: Breno Leitao <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Corey Minyard <[email protected]>1 parent f6f9760 commit ec50ec3
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4607 | 4607 | | |
4608 | 4608 | | |
4609 | 4609 | | |
4610 | | - | |
4611 | | - | |
4612 | | - | |
4613 | | - | |
| 4610 | + | |
| 4611 | + | |
| 4612 | + | |
| 4613 | + | |
4614 | 4614 | | |
4615 | 4615 | | |
4616 | 4616 | | |
| |||
0 commit comments