summaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/clk-exynos5-subcmu.h
diff options
context:
space:
mode:
authorLinus Torvalds2019-08-20 01:28:25 +0200
committerLinus Torvalds2019-08-20 01:28:25 +0200
commit5f97cbe22b7616ead7ae267c29cad73bc1444811 (patch)
tree6c390d8bd5bd95616d73b2185417499fe0cfcbe8 /drivers/clk/samsung/clk-exynos5-subcmu.h
parentMerge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff)
parentclk: Fix potential NULL dereference in clk_fetch_parent_index() (diff)
downloadkernel-qcow2-linux-5f97cbe22b7616ead7ae267c29cad73bc1444811.tar.gz
kernel-qcow2-linux-5f97cbe22b7616ead7ae267c29cad73bc1444811.tar.xz
kernel-qcow2-linux-5f97cbe22b7616ead7ae267c29cad73bc1444811.zip
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk fixes from Stephen Boyd: "A couple fixes to the core framework logic that finds clk parents, a handful of samsung clk driver fixes for audio and display clks, and a small fix for the Stratix10 SoC driver that was checking the wrong register for validity" * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: Fix potential NULL dereference in clk_fetch_parent_index() clk: Fix falling back to legacy parent string matching clk: socfpga: stratix10: fix rate caclulationg for cnt_clks clk: samsung: exynos542x: Move MSCL subsystem clocks to its sub-CMU clk: samsung: exynos5800: Move MAU subsystem clocks to MAU sub-CMU clk: samsung: Change signature of exynos5_subcmus_init() function
Diffstat (limited to 'drivers/clk/samsung/clk-exynos5-subcmu.h')
-rw-r--r--drivers/clk/samsung/clk-exynos5-subcmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-exynos5-subcmu.h b/drivers/clk/samsung/clk-exynos5-subcmu.h
index 755ee8aaa3de..9ae5356f25aa 100644
--- a/drivers/clk/samsung/clk-exynos5-subcmu.h
+++ b/drivers/clk/samsung/clk-exynos5-subcmu.h
@@ -21,6 +21,6 @@ struct exynos5_subcmu_info {
};
void exynos5_subcmus_init(struct samsung_clk_provider *ctx, int nr_cmus,
- const struct exynos5_subcmu_info *cmu);
+ const struct exynos5_subcmu_info **cmu);
#endif