securemsm-kernel: include/linux: kw fixes
initialize struct CRS-Fixed: 3555122 Change-Id: I26ef84bc2bf6c4dbb5bfa754519de57c8d586375
This commit is contained in:
@@ -63,7 +63,7 @@ ITrustedCameraDriver_getVersion(struct Object self, uint32_t *arch_ver_ptr, uint
|
||||
uint32_t m_arch_ver;
|
||||
uint32_t m_max_ver;
|
||||
uint32_t m_min_ver;
|
||||
} o;
|
||||
} o = {0};
|
||||
a[0].b = (struct ObjectBuf) { &o, 12 };
|
||||
|
||||
result = Object_invoke(self, ITrustedCameraDriver_OP_getVersion, a, ObjectCounts_pack(0, 1, 0, 0));
|
||||
|
Reference in New Issue
Block a user