mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 01:14:19 -04:00
Staging: rtl8192e: Dump step we fail in init_firmware()
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f8129a9541
commit
dbb6c03659
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user