Skip to content

Commit 32fe011

Browse files
committed
Merge tag 'qcom-drivers-fixes-for-5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Qualcomm driver fixes for v5.9 Fix the array type of the domain_list QMI response in PDR. * tag 'qcom-drivers-fixes-for-5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: soc: qcom: pdr: Fixup array type of get_domain_list_resp message Link: https://lore.kernel.org/r/20200921235241.36463-1-bjorn.andersson@linaro.org Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 190b05d + 7a36670 commit 32fe011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/qcom/pdr_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ struct qmi_elem_info servreg_get_domain_list_resp_ei[] = {
185185
.data_type = QMI_STRUCT,
186186
.elem_len = SERVREG_DOMAIN_LIST_LENGTH,
187187
.elem_size = sizeof(struct servreg_location_entry),
188-
.array_type = NO_ARRAY,
188+
.array_type = VAR_LEN_ARRAY,
189189
.tlv_type = 0x12,
190190
.offset = offsetof(struct servreg_get_domain_list_resp,
191191
domain_list),

0 commit comments

Comments
 (0)