projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
118e111
)
firmware loader: log path to loaded firmwares
author
Drew DeVault
<sir@cmpwn.com>
Sun, 3 Nov 2019 18:06:46 +0000
(13:06 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 3 Nov 2019 18:44:17 +0000
(19:44 +0100)
This is useful for users who are trying to identify the firmwares in use
on their system.
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Link:
https://lore.kernel.org/r/20191103180646.34880-1-sir@cmpwn.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_loader/main.c
patch
|
blob
|
history
diff --git
a/drivers/base/firmware_loader/main.c
b/drivers/base/firmware_loader/main.c
index d5995d78d694e20ff919fd51c25c330781b5b05d..7302e6bc419b54e5fe9a56544113225161d1103f 100644
(file)
--- a/
drivers/base/firmware_loader/main.c
+++ b/
drivers/base/firmware_loader/main.c
@@
-504,6
+504,7
@@
fw_get_filesystem_firmware(struct device *device, struct fw_priv *fw_priv,
path);
continue;
}
+ dev_dbg(device, "Loading firmware from %s\n", path);
if (decompress) {
dev_dbg(device, "f/w decompressing %s\n",
fw_priv->fw_name);