rename packages/ to recipes/ per earlier agreement
[openembedded.git] / recipes / linux / linux-omap-pm / 0010-DSS-OMAPFB-remove-extra-omapfb_setup_overlay-call.patch
1 From 70c3edb223f7bfbc6c5b095826c779b7dd853f10 Mon Sep 17 00:00:00 2001
2 From: Tomi Valkeinen <tomi.valkeinen@nokia.com>
3 Date: Wed, 7 Jan 2009 17:00:46 +0200
4 Subject: [PATCH] OMAPFB: remove extra omapfb_setup_overlay call
5
6 It kinda messed things up...
7 ---
8  drivers/video/omap2/omapfb-ioctl.c |    5 -----
9  1 files changed, 0 insertions(+), 5 deletions(-)
10
11 diff --git a/drivers/video/omap2/omapfb-ioctl.c b/drivers/video/omap2/omapfb-ioctl.c
12 index 1f0f044..bb5f791 100644
13 --- a/drivers/video/omap2/omapfb-ioctl.c
14 +++ b/drivers/video/omap2/omapfb-ioctl.c
15 @@ -67,11 +67,6 @@ static int omapfb_setup_plane(struct fb_info *fbi, struct omapfb_plane_info *pi)
16                         goto out;
17         }
18  
19 -       r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y,
20 -                       pi->out_width, pi->out_height);
21 -       if (r)
22 -               goto out;
23 -
24         ovl->enable(ovl, pi->enabled);
25  
26         if (ovl->manager)
27 -- 
28 1.5.6.3
29