POST(sys_ioctl): identify kernel variant "Qualcomm Adreno 3xx" correctly.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14978 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_syswrap/syswrap-linux.c b/coregrind/m_syswrap/syswrap-linux.c
index ecea230..e87320a 100644
--- a/coregrind/m_syswrap/syswrap-linux.c
+++ b/coregrind/m_syswrap/syswrap-linux.c
@@ -8345,7 +8345,7 @@
    /* END undocumented ioctls for PowerVR SGX 540 (the GPU on Nexus S) */
 
    /* BEGIN undocumented ioctls for Qualcomm Adreno 3xx */
-   if (KernelVariantiS(KernelVariant_android_gpu_sgx5xx,
+   if (KernelVariantiS(KernelVariant_android_gpu_adreno3xx,
                        VG_(clo_kernel_variant))) {
      if (ARG2 == 0xC00C0902) {
          POST_MEM_WRITE(ARG3, 24); // 16 is not enough