Message ID | 20221027154848.293523-2-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 7870c7076aa07d9caaf53652d6b5a3cd74b1d157 |
Headers | show |
Series | [1/3] interconnect: qcom: sc7180: fix dropped const of qcom_icc_bcm | expand |
Hi Krzysztof, On 18.11.22 14:30, Krzysztof Kozlowski wrote: > On 27/10/2022 17:48, Krzysztof Kozlowski wrote: >> Drop double white-space. >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> --- >> drivers/interconnect/qcom/sc7180.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Georgi, > > Any comments on this and third patch? I did not receive any > applied-confirmations. > I applied them. Should be present in today's linux-next. Thanks, Georgi
diff --git a/drivers/interconnect/qcom/sc7180.c b/drivers/interconnect/qcom/sc7180.c index 82d5e8a8c19e..ef4e13fb4983 100644 --- a/drivers/interconnect/qcom/sc7180.c +++ b/drivers/interconnect/qcom/sc7180.c @@ -443,7 +443,7 @@ static struct qcom_icc_node * const qup_virt_nodes[] = { [SLAVE_QUP_CORE_1] = &qup_core_slave_2, }; -static const struct qcom_icc_desc sc7180_qup_virt = { +static const struct qcom_icc_desc sc7180_qup_virt = { .nodes = qup_virt_nodes, .num_nodes = ARRAY_SIZE(qup_virt_nodes), .bcms = qup_virt_bcms,
Drop double white-space. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- drivers/interconnect/qcom/sc7180.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)