From 61598093bbdd283a7edc367d900f223070ead8d2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:43:03 +0000 Subject: [PATCH] add ax88772C AX88772C_eeprom_tools --- kernel/Documentation/admin-guide/kdump/gdbmacros.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/admin-guide/kdump/gdbmacros.txt b/kernel/Documentation/admin-guide/kdump/gdbmacros.txt index 82aecdc..030de95 100644 --- a/kernel/Documentation/admin-guide/kdump/gdbmacros.txt +++ b/kernel/Documentation/admin-guide/kdump/gdbmacros.txt @@ -312,10 +312,10 @@ set var $prev_flags = $info->flags end - set var $id = ($id + 1) & $id_mask if ($id == $end_id) loop_break end + set var $id = ($id + 1) & $id_mask end end document dmesg -- Gitblit v1.6.2