Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98d484aa authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "firmware_class: Add a debug print for timeout"

parents fb086d19 45a3c37f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1066,6 +1066,8 @@ static int _request_firmware_load(struct firmware_priv *fw_priv,

	retval = fw_state_wait_timeout(&buf->fw_st, timeout);
	if (retval < 0) {
		dev_err(f_dev, "%s: firmware state wait timeout: rc = %d\n",
				__func__, retval);
		mutex_lock(&fw_lock);
		fw_load_abort(fw_priv);
		mutex_unlock(&fw_lock);