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/scripts/gdb/linux/clk.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kernel/scripts/gdb/linux/clk.py b/kernel/scripts/gdb/linux/clk.py
index 061aecf..7a01fdc 100644
--- a/kernel/scripts/gdb/linux/clk.py
+++ b/kernel/scripts/gdb/linux/clk.py
@@ -41,6 +41,8 @@
             self.show_subtree(child, level + 1)
 
     def invoke(self, arg, from_tty):
+        if utils.gdb_eval_or_none("clk_root_list") is None:
+            raise gdb.GdbError("No clocks registered")
         gdb.write("                                 enable  prepare  protect               \n")
         gdb.write("   clock                          count    count    count        rate   \n")
         gdb.write("------------------------------------------------------------------------\n")

--
Gitblit v1.6.2