]> git.baikalelectronics.ru Git - kernel.git/commit
kdb: Use for_each_console() helper
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 24 Jan 2020 16:14:40 +0000 (18:14 +0200)
committerDaniel Thompson <daniel.thompson@linaro.org>
Fri, 31 Jan 2020 17:34:54 +0000 (17:34 +0000)
commit823022d6086266f651ee51303329a97d8065b457
tree3763be4b32f126c8a9975f912d6eb191ea316b17
parent5edf27ecfec237947a6c82c3b23208caa7b0f9b3
kdb: Use for_each_console() helper

Replace open coded single-linked list iteration loop with for_each_console()
helper in use.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
kernel/debug/kdb/kdb_io.c