mirror of
https://github.com/armbian/build.git
synced 2025-08-18 21:11:02 +02:00
* Recycling of megous v5.16.4 patches The patches were sorted as far as possible. Some patches are renamed according to their place of application. The length of the patch name has been changed to improve readability using the `git format-patch --filename-max-length=75` method. The folder containing the patches will have the name `patches.name` and the corresponding file `series.name` for the convenience of processing and moving them upstream. But the control file remains `series.conf`. Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Add a series of armbian patches for 5.16 Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Remove patches whose fixes are already in the kernel Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
27 lines
856 B
Diff
27 lines
856 B
Diff
From 05c543f7804a3f99e5a40a2d0aea94042f92a4d4 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Thu, 17 Sep 2020 00:11:15 +0200
|
|
Subject: [PATCH 118/446] misc: modem-power: Whitespace
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
drivers/misc/modem-power.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/misc/modem-power.c b/drivers/misc/modem-power.c
|
|
index aee4479b0..d80eb9dac 100644
|
|
--- a/drivers/misc/modem-power.c
|
|
+++ b/drivers/misc/modem-power.c
|
|
@@ -317,7 +317,7 @@ static const struct mpwr_eg25_qcfg mpwr_eg25_qcfgs[] = {
|
|
{ "airplanecontrol", "1", mpwr_eg25_qcfg_airplanecontrol_is_ok },
|
|
|
|
// available since firmware R07A08_01.002.01.002
|
|
- { "fast/poweroff", "1" },
|
|
+ { "fast/poweroff", "1" },
|
|
};
|
|
|
|
static char* mpwr_serdev_get_response_value(struct mpwr_dev *mpwr,
|
|
--
|
|
2.31.1
|
|
|