aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorJonathan Neuschäfer <[email protected]>2022-02-18 00:09:17 +0000
committerStephen Boyd <[email protected]>2022-03-12 02:13:24 +0000
commitd8a441e53e2434b1401e52dfd66b05263e442edc (patch)
tree8dc17d5d35b7c20e5a40fbcc083d8227f0013bf0 /drivers/gpu/drm/amd/amdgpu
parentLinux 5.17-rc1 (diff)
downloadkernel-d8a441e53e2434b1401e52dfd66b05263e442edc.tar.gz
kernel-d8a441e53e2434b1401e52dfd66b05263e442edc.zip
clk: actions: Terminate clk_div_table with sentinel element
In order that the end of a clk_div_table can be detected, it must be terminated with a sentinel element (.div = 0). In owl-s900.s, the { 0, 8 } element was probably meant to be just that, so this patch changes { 0, 8 } to { 0, 0 }. Fixes: d47317ca4ade1 ("clk: actions: Add S700 SoC clock support") Fixes: d85d20053e195 ("clk: actions: Add S900 SoC clock support") Signed-off-by: Jonathan Neuschäfer <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
0 files changed, 0 insertions, 0 deletions