Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 649432 Details for
Bug 732852
sys-kernel/gentoo-sources: always print loaded firmware name patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-always-print-firmware-file-name.patch
0001-always-print-firmware-file-name.patch (text/plain), 850 bytes, created by
Georgy Yakovlev
on 2020-07-16 07:20:49 UTC
(
hide
)
Description:
0001-always-print-firmware-file-name.patch
Filename:
MIME Type:
Creator:
Georgy Yakovlev
Created:
2020-07-16 07:20:49 UTC
Size:
850 bytes
patch
obsolete
>From c4258c794db6e61ef74b65dcde2bca3cf8bef6bc Mon Sep 17 00:00:00 2001 >From: Georgy Yakovlev <gyakovlev@gentoo.org> >Date: Thu, 16 Jul 2020 00:17:52 -0700 >Subject: [PATCH] always print firmware file name > >Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> >--- > drivers/base/firmware_loader/main.c | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/drivers/base/firmware_loader/main.c b/drivers/base/firmware_loader/main.c >index bf44c79..0627fd2 100644 >--- a/drivers/base/firmware_loader/main.c >+++ b/drivers/base/firmware_loader/main.c >@@ -763,6 +763,8 @@ _request_firmware(const struct firmware **firmware_p, const char *name, > goto out; > } > >+ printk(KERN_NOTICE "Loading firmware: %s\n", name); >+ > ret = _request_firmware_prepare(&fw, name, device, buf, size, > opt_flags); > if (ret <= 0) /* error or already assigned */ >-- >2.27.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 732852
: 649432