[Mesa-dev] [PATCH v4 3/5] android: Mark gralloc_handle_t magic variable as const

Robert Foss robert.foss at collabora.com
Mon Feb 12 13:35:47 UTC 2018


Mark magic member of gralloc_handle_t as const.

Signed-off-by: Robert Foss <robert.foss at collabora.com>
Reviewed-by: Rob Herring <robh at kernel.org>
---
 android/gralloc_handle.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/gralloc_handle.h b/android/gralloc_handle.h
index 7cbc8ee7cef3..5d8a19ea0c2e 100644
--- a/android/gralloc_handle.h
+++ b/android/gralloc_handle.h
@@ -51,7 +51,7 @@ struct gralloc_handle_t {
 	int prime_fd;
 
 	/* api variables */
-	int magic; /* differentiate between allocator impls */
+	const int magic; /* differentiate between allocator impls */
 	const uint32_t version; /* api version */
 
 	int width; /* width of buffer in pixels */
-- 
2.14.1



More information about the mesa-dev mailing list