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

Commit dbb6c036 authored by Mike McCormack's avatar Mike McCormack Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8192e: Dump step we fail in init_firmware()

parent f8129a95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ bool init_firmware(struct net_device *dev)
	return rt_status;

download_firmware_fail:
	RT_TRACE(COMP_ERR, "ERR in %s()\n", __func__);
	RT_TRACE(COMP_ERR, "ERR in %s() step %d\n", __func__, init_step);
	rt_status = false;
	return rt_status;
}