Merge tag 'clk-microchip-fixes-6.1-2' of https://git.kernel.org/pub/scm/linux/kernel...
authorStephen Boyd <sboyd@kernel.org>
Thu, 8 Dec 2022 02:31:22 +0000 (18:31 -0800)
committerStephen Boyd <sboyd@kernel.org>
Thu, 8 Dec 2022 02:32:47 +0000 (18:32 -0800)
Pull Microchip clk driver updates from Claudiu Beznea:

It contains a fix for Microchip Polarfire clocks; the fix consist in checking
the return value of devm_kzalloc() in mpfs_ccc_register_outputs() to
avoid possible null pointer dereference.

* tag 'clk-microchip-fixes-6.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  clk: microchip: check for null return of devm_kzalloc()
  ARM: at91: rm9200: fix usb device clock id


Trivial merge