The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rpi-userland / 0003-interface-remove-faulty-assert-to-make-weston-happy-.patch
1 From e0df1a4f1d9737935165f420d0d0f685efc63f49 Mon Sep 17 00:00:00 2001
2 From: "Yann E. MORIN" <yann.morin.1998@free.fr>
3 Date: Sat, 24 Jan 2015 22:07:19 +0100
4 Subject: [PATCH] interface: remove faulty assert() to make weston happy at
5  runtime
6
7 This was removed after a discussion on IRC with the weston guys
8 ('daniels' on irc.freenode.net/#wayland).
9
10 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
11
12 ---
13 Upstream status: no, will be pushed by weston guys later.
14 If not, I'll do it.
15 ---
16  interface/vmcs_host/vc_vchi_dispmanx.c | 1 -
17  1 file changed, 1 deletion(-)
18
19 diff --git a/interface/vmcs_host/vc_vchi_dispmanx.c b/interface/vmcs_host/vc_vchi_dispmanx.c
20 index 85b373c..59a01f8 100755
21 --- a/interface/vmcs_host/vc_vchi_dispmanx.c
22 +++ b/interface/vmcs_host/vc_vchi_dispmanx.c
23 @@ -1296,7 +1296,6 @@ static void *dispmanx_notify_func( void *arg ) {
24           // Decrement the use count - the corresponding "use" is in vc_dispmanx_update_submit.
25           vchi_service_release(dispmanx_client.notify_handle[0]);
26           if (dispmanx_client.update_callback ) {
27 -            vcos_assert( dispmanx_client.pending_update_handle == handle);
28              dispmanx_client.update_callback(handle, dispmanx_client.update_callback_param);
29           }
30        } else {
31 -- 
32 1.9.1
33