From: Christian Marangi Date: Thu, 30 Jan 2025 15:47:04 +0000 (+0100) Subject: qualcommbe: ipq95xx: Drop redundant comment in NSSCC clock patch X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1d88859cd33fc4c1806970037fd90664567385fa;p=openwrt%2Fstaging%2Flinusw.git qualcommbe: ipq95xx: Drop redundant comment in NSSCC clock patch Drop redundant comment in NSSCC clock patch. The problem has been identified hence the comment doesn't apply anymore. Link: https://github.com/openwrt/openwrt/pull/17788 Signed-off-by: Christian Marangi --- diff --git a/target/linux/qualcommbe/patches-6.6/105-05-clk-qcom-Add-NSS-clock-Controller-driver-for-IPQ9574.patch b/target/linux/qualcommbe/patches-6.6/105-05-clk-qcom-Add-NSS-clock-Controller-driver-for-IPQ9574.patch index f4111456d4..6ec7057ae4 100644 --- a/target/linux/qualcommbe/patches-6.6/105-05-clk-qcom-Add-NSS-clock-Controller-driver-for-IPQ9574.patch +++ b/target/linux/qualcommbe/patches-6.6/105-05-clk-qcom-Add-NSS-clock-Controller-driver-for-IPQ9574.patch @@ -3118,7 +3118,7 @@ Signed-off-by: Manikanta Mylavarapu + .driver = { + .name = "qcom,nsscc-ipq9574", + .of_match_table = nss_cc_ipq9574_match_table, -+ .sync_state = icc_sync_state, /* TODO seems to cause hang */ ++ .sync_state = icc_sync_state, + }, +}; +