diff options
| author | 2024-08-29 14:56:47 +0200 | |
|---|---|---|
| committer | 2026-05-05 17:25:21 +0200 | |
| commit | 5ea8339b3cee9a683e398270ef8e81a332c2747f (patch) | |
| tree | f8e03520248abb31e9238dd4871f9dc92273dddd | |
| parent | power: supply: avoid nullptr deref in __power_supply_is_system_supplied (diff) | |
This will help me optimize my
/etc/portage/savedconfig/sys-kernel/linux-firmware-* file.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
| -rw-r--r-- | drivers/base/firmware_loader/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/firmware_loader/main.c b/drivers/base/firmware_loader/main.c index a11b30dda23b..65742c39fc21 100644 --- a/drivers/base/firmware_loader/main.c +++ b/drivers/base/firmware_loader/main.c @@ -566,6 +566,7 @@ fw_get_filesystem_firmware(struct device *device, struct fw_priv *fw_priv, size = rc; rc = 0; + pr_info("Firmware load: %s\n", path); dev_dbg(device, "Loading firmware from %s\n", path); if (decompress) { dev_dbg(device, "f/w decompressing %s\n", |
