summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-omap-pm/dss2/0107-DSS2-DSI-use-INIT_COMPLETION-not-init_completion.patch
blob: d0449bcaba9932467d98e26869e77b3fa4cf0298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From f33fa27066daa62b038fea897159756f78d5faf8 Mon Sep 17 00:00:00 2001
From: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Date: Thu, 11 Jun 2009 09:11:10 +0300
Subject: [PATCH 107/146] DSS2: DSI: use INIT_COMPLETION, not init_completion

---
 drivers/video/omap2/dss/dsi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c
index 9181a45..b0294b8 100644
--- a/drivers/video/omap2/dss/dsi.c
+++ b/drivers/video/omap2/dss/dsi.c
@@ -1878,7 +1878,7 @@ static int dsi_vc_send_bta_sync(int channel)
 	int r = 0;
 	u32 err;
 
-	init_completion(&dsi.bta_completion);
+	INIT_COMPLETION(dsi.bta_completion);
 
 	dsi_vc_enable_bta_irq(channel);
 
-- 
1.6.2.4