From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/arch/mips/bcm63xx/clk.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/arch/mips/bcm63xx/clk.c b/kernel/arch/mips/bcm63xx/clk.c index dcfa0ea..f183c45 100644 --- a/kernel/arch/mips/bcm63xx/clk.c +++ b/kernel/arch/mips/bcm63xx/clk.c @@ -361,6 +361,8 @@ */ int clk_enable(struct clk *clk) { + if (!clk) + return 0; mutex_lock(&clocks_mutex); clk_enable_unlocked(clk); mutex_unlock(&clocks_mutex); -- Gitblit v1.6.2