aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0216-drm-amd-dc-fix-semicolon.cocci-warnings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0216-drm-amd-dc-fix-semicolon.cocci-warnings.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0216-drm-amd-dc-fix-semicolon.cocci-warnings.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0216-drm-amd-dc-fix-semicolon.cocci-warnings.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0216-drm-amd-dc-fix-semicolon.cocci-warnings.patch
deleted file mode 100644
index ad649fbb..00000000
--- a/common/recipes-kernel/linux/linux-yocto-4.14.71/0216-drm-amd-dc-fix-semicolon.cocci-warnings.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From d3c05fd2cde600f57f5021ce3fd0d4a6c8ea8564 Mon Sep 17 00:00:00 2001
-From: Julia Lawall <julia.lawall@lip6.fr>
-Date: Tue, 14 Feb 2017 07:14:58 +0100
-Subject: [PATCH 0216/4131] drm/amd/dc: fix semicolon.cocci warnings
-
-Remove unneeded semicolon.
-
-Generated by: scripts/coccinelle/misc/semicolon.cocci
-
-Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
-Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
-Reviewed-by: Harry Wentland <harry.wentland@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
-index e4e8611..991828f 100644
---- a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
-+++ b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
-@@ -135,7 +135,7 @@ static void update_num_audio(
- break;
- default:
- DC_ERR("DC: unexpected audio fuse!\n");
-- };
-+ }
- }
-
- bool resource_construct(
---
-2.7.4
-