mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
Merge "soc: qcom: Fix uninitialized issue for memory dump driver"
This commit is contained in:
commit
ab8ca56df5
|
|
@ -1068,7 +1068,7 @@ static int mem_dump_alloc(struct platform_device *pdev)
|
|||
uint32_t ns_vmids[] = {VMID_HLOS};
|
||||
uint32_t ns_vm_perms[] = {PERM_READ | PERM_WRITE};
|
||||
u64 shm_bridge_handle;
|
||||
int initialized;
|
||||
int initialized = 0;
|
||||
|
||||
if (mem_dump_reserve_mem(&pdev->dev) != 0)
|
||||
return -ENOMEM;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user