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 <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
4b63261c7d
commit
92b6747eed
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue