From: Vladimir Kondratiev Date: Mon, 16 Jun 2014 16:37:10 +0000 (+0300) Subject: wil6210: print error when notifying about FW error X-Git-Tag: v3.17-rc1~106^2~210^2~46^2~78 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=92b6747eedc300680de5063c642789d239dcbfbc;p=karo-tx-linux.git wil6210: print error when notifying about FW error Print to dmesg when FW error notification is about to be sent Signed-off-by: Vladimir Kondratiev Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/wil6210/interrupt.c b/drivers/net/wireless/ath/wil6210/interrupt.c index 73593aa3cd98..e4aba53c20e4 100644 --- a/drivers/net/wireless/ath/wil6210/interrupt.c +++ b/drivers/net/wireless/ath/wil6210/interrupt.c @@ -257,6 +257,7 @@ static void wil_notify_fw_error(struct wil6210_priv *wil) [1] = "EVENT=FW_ERROR", [2] = NULL, }; + wil_err(wil, "Notify about firmware error\n"); kobject_uevent_env(&dev->kobj, KOBJ_CHANGE, envp); }