Skip to content

Commit ac08b52

Browse files
committed
Merge tag 'samsung-clk-fixes-6.12' into next/clk
Samsung clock controller fixes for v6.12 Add missing sentinel in of_device_id table, so the code iterating over it will not go over the size of an array. Further code depends on the fixes branch.
2 parents 5605161 + a03c246 commit ac08b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/samsung/clk-exynosautov920.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,7 @@ static const struct of_device_id exynosautov920_cmu_of_match[] = {
11551155
.compatible = "samsung,exynosautov920-cmu-peric0",
11561156
.data = &peric0_cmu_info,
11571157
},
1158+
{ }
11581159
};
11591160

11601161
static struct platform_driver exynosautov920_cmu_driver __refdata = {

0 commit comments

Comments
 (0)