Merge "soc: qcom: Fix the size of 'VMID_LAST'"

This commit is contained in:
qctecmdr 2020-04-16 06:30:20 -07:00 committed by Gerrit - the friendly Code Review server
commit 2db4fdf3e1

View File

@ -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
};