1 From c474849d7aff57d578c639f63a9c3cbdec0501dd Mon Sep 17 00:00:00 2001
2 From: Imre Deak <imre.deak@nokia.com>
3 Date: Mon, 11 May 2009 15:15:52 +0200
4 Subject: [PATCH 67/69] DSS2: VRFB: don't WARN when releasing inactive ctx
6 Releasing an inactive context is valid, it can happen when
7 the application first blanks the screen then frees the
10 Signed-off-by: Imre Deak <imre.deak@nokia.com>
12 arch/arm/plat-omap/vrfb.c | 1 -
13 1 files changed, 0 insertions(+), 1 deletions(-)
15 diff --git a/arch/arm/plat-omap/vrfb.c b/arch/arm/plat-omap/vrfb.c
16 index 29f04e2..34395c2 100644
17 --- a/arch/arm/plat-omap/vrfb.c
18 +++ b/arch/arm/plat-omap/vrfb.c
19 @@ -176,7 +176,6 @@ void omap_vrfb_release_ctx(struct vrfb *vrfb)
23 - WARN_ON(!(ctx_map_active & (1 << ctx)));
24 clear_bit(ctx, &ctx_map_active);
25 clear_bit(ctx, &ctx_map);