]> 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)
commitbae9feb760324fc3e1049c4817a80802543b9a4b
tree3763be4b32f126c8a9975f912d6eb191ea316b17
parent51389c65cb8e50aeb4d9c2b35f9cfbf83ba5b9c2
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