Remove the useless debug message for unsupported PM event because it is noop in current code, and it gives a warning when a new event is introduced, which it doesn't care. Signed-off-by: Zhang Rui <rui.zhang@xxxxxxxxx> Tested-by: Sumeet Pawnikar <sumeet.r.pawnikar@xxxxxxxxx> --- drivers/net/wireless/ath/wil6210/pcie_bus.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/ath/wil6210/pcie_bus.c b/drivers/net/wireless/ath/wil6210/pcie_bus.c index ce40d94909ad..1d6c4e926004 100644 --- a/drivers/net/wireless/ath/wil6210/pcie_bus.c +++ b/drivers/net/wireless/ath/wil6210/pcie_bus.c @@ -600,7 +600,6 @@ static int wil6210_pm_notify(struct notifier_block *notify_block, evt); break; default: - wil_dbg_pm(wil, "unhandled notify mode %ld\n", mode); break; } -- 2.17.1