From a2f4bef6de0e1f5770d489e861c78890f81229c1 Mon Sep 17 00:00:00 2001 From: Libreboot Contributor Date: Thu, 2 Apr 2020 20:59:23 +0200 Subject: link to french version of gplv3 at the top of i18n/fr_FR/COPYING . Also, we remove files that we haven't translated yet, it weights a lot. --- ...ize-clock-variable-in-mmc_recalculate_clo.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 i18n/fr_FR/projects/depthcharge/patches/0004-mmc-Initialize-clock-variable-in-mmc_recalculate_clo.patch (limited to 'i18n/fr_FR/projects/depthcharge/patches/0004-mmc-Initialize-clock-variable-in-mmc_recalculate_clo.patch') diff --git a/i18n/fr_FR/projects/depthcharge/patches/0004-mmc-Initialize-clock-variable-in-mmc_recalculate_clo.patch b/i18n/fr_FR/projects/depthcharge/patches/0004-mmc-Initialize-clock-variable-in-mmc_recalculate_clo.patch deleted file mode 100644 index 3b4c5411..00000000 --- a/i18n/fr_FR/projects/depthcharge/patches/0004-mmc-Initialize-clock-variable-in-mmc_recalculate_clo.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 925042a09afb9529b112eff2e4d56bf979ff32ec Mon Sep 17 00:00:00 2001 -From: Paul Kocialkowski -Date: Mon, 19 Dec 2016 14:54:40 +0100 -Subject: [PATCH 4/4] mmc: Initialize clock variable in mmc_recalculate_clock - -Initializing the variable before it is used (and set to a proper value) -avoids triggering a maybe uninitialized compiler warning. - -Change-Id: I0f78e534919e892e23fbe6d38bba6e68c408b0c4 -Signed-off-by: Paul Kocialkowski ---- - src/drivers/storage/mmc.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/drivers/storage/mmc.c b/src/drivers/storage/mmc.c -index b877548..54306a1 100644 ---- a/src/drivers/storage/mmc.c -+++ b/src/drivers/storage/mmc.c -@@ -509,7 +509,7 @@ static void mmc_set_clock(MmcCtrlr *ctrlr, uint32_t clock) - - static void mmc_recalculate_clock(MmcMedia *media) - { -- uint32_t clock; -+ uint32_t clock = 0; - - if (IS_SD(media)) { - if (media->caps & MMC_MODE_HS) --- -2.10.2 - -- cgit v1.2.3-70-g09d2