mirror of
https://github.com/armbian/build.git
synced 2025-09-19 04:31:38 +02:00
29 lines
934 B
Diff
29 lines
934 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Patrick Yavitz <pyavitz@armbian.com>
|
|
Date: Fri, 21 Jun 2024 11:54:06 -0400
|
|
Subject: add spacemit patch set
|
|
|
|
source: https://gitee.com/bianbu-linux/linux-6.1
|
|
|
|
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
|
|
---
|
|
drivers/base/firmware_loader/main.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/base/firmware_loader/main.c b/drivers/base/firmware_loader/main.c
|
|
index 111111111111..222222222222 100644
|
|
--- a/drivers/base/firmware_loader/main.c
|
|
+++ b/drivers/base/firmware_loader/main.c
|
|
@@ -1156,7 +1156,7 @@ request_firmware_nowait(
|
|
fw_work->device = device;
|
|
fw_work->context = context;
|
|
fw_work->cont = cont;
|
|
- fw_work->opt_flags = FW_OPT_NOWAIT |
|
|
+ fw_work->opt_flags = FW_OPT_NOWAIT | FW_OPT_NO_WARN |
|
|
(uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER);
|
|
|
|
if (!uevent && fw_cache_is_setup(device, name)) {
|
|
--
|
|
Armbian
|
|
|