Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / drivers / staging / android / sync_debug.h
index 425ebc5c32aa2afcc4965afb4efdbf2248463c52..fab66396d421db42a88a40c08b4530370b3a44b3 100644 (file)
@@ -34,7 +34,8 @@ struct sync_timeline {
        char                    name[32];
 
        /* protected by child_list_lock */
-       int                     context, value;
+       u64                     context;
+       int                     value;
 
        struct list_head        child_list_head;
        spinlock_t              child_list_lock;
This page took 0.025127 seconds and 5 git commands to generate.