mirror of
https://github.com/armbian/build.git
synced 2025-08-11 05:36:57 +02:00
* Add a series of patches for sunxi 5.10 Patches from the repository https://github.com/megous/linux branches of orange-pi-5.10 * Patches adapted to the kernel version v5.10.81 * Remove unnecessary patches 5.10.19-5.10.75 * Kernel switch tag=v5.10.81 for the current sunxi * Adjust broken patches, build tested on sunxi and sunxi64 * Remove patch added by mistake Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
27 lines
862 B
Diff
27 lines
862 B
Diff
From 497b02d0f2a79f5af4648adb232e011c6a3032bf Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Thu, 17 Sep 2020 00:11:15 +0200
|
|
Subject: [PATCH 187/351] 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 aee4479b0d6a..d80eb9dacf7b 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.34.0
|
|
|