Snap for 6439596 from 8894cf7256f1d17344fd1e0b5bb849e719afe11e to qt-aml-tzdata-release

Change-Id: I88c244a0f277fb6bcc3c550d88f9a4eb27ea0721
diff --git a/OWNERS b/OWNERS
index 8c05344..a941078 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1 +1 @@
-adelva@google.com
+astrachan@google.com
diff --git a/helpers.c b/helpers.c
index 592981d..4fabfa9 100644
--- a/helpers.c
+++ b/helpers.c
@@ -520,8 +520,7 @@
 struct drv_array *drv_query_kms(struct driver *drv)
 {
 	struct drv_array *kms_items;
-	uint64_t plane_type = UINT64_MAX;
-        uint64_t use_flag;
+	uint64_t plane_type, use_flag;
 	uint32_t i, j, k;
 
 	drmModePlanePtr plane;