Merge tag 'samsung-clk-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel...
authorStephen Boyd <sboyd@kernel.org>
Thu, 10 Oct 2024 21:47:45 +0000 (14:47 -0700)
committerStephen Boyd <sboyd@kernel.org>
Thu, 10 Oct 2024 21:47:45 +0000 (14:47 -0700)
Pull a Samsung clk driver fix from Krzysztof Kozlowski:

Add missing sentinel in of_device_id table so the code iterating over it
will not go over the size of an array.

* tag 'samsung-clk-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  clk: samsung: Fix out-of-bound access of of_match_node()


Trivial merge