Hi Linus, Please pull the m68knommu changes for v5.12. Only a single change. NULL parameter check in the local ColdFire clocking code. Regards Greg The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3: Linux 5.11-rc7 (2021-02-07 13:57:38 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.12 for you to fetch changes up to c1fb1bf64bb63a1d6ae3311a9a3581a527c1f185: m68k: let clk_enable() return immediately if clk is NULL (2021-02-08 08:15:17 +1000) ---------------------------------------------------------------- m68knommu: updates for v5.12 - NULL clk parameter check in clk_enable() ---------------------------------------------------------------- Defang Bo (1): m68k: let clk_enable() return immediately if clk is NULL arch/m68k/coldfire/clk.c | 4 ++++ 1 file changed, 4 insertions(+)