mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Merge "soc: qcom: Fix the size of 'VMID_LAST'"
This commit is contained in:
commit
2db4fdf3e1
@ -45,7 +45,7 @@ enum vmid {
|
||||
VMID_CP_CDSP = 0x2A,
|
||||
VMID_CP_DSP_EXT = 0x2E,
|
||||
VMID_NAV = 0x2B,
|
||||
VMID_LAST,
|
||||
VMID_LAST = 0x2F,
|
||||
VMID_INVAL = -1
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user