]> git.baikalelectronics.ru Git - kernel.git/commit
kdb: Re-factor kdb_printf() message write code
authorSumit Garg <sumit.garg@linaro.org>
Thu, 4 Jun 2020 10:01:16 +0000 (15:31 +0530)
committerDaniel Thompson <daniel.thompson@linaro.org>
Thu, 25 Jun 2020 11:04:29 +0000 (12:04 +0100)
commit943dc5844e77aa90da4015cf12371ca91f3cee23
tree9d4804fbc1ca81db1eec1bc32ef97bbf15f4f2fd
parente86d80f3f3da4d1072ca810bbe97a8ef4bd674b0
kdb: Re-factor kdb_printf() message write code

Re-factor kdb_printf() message write code in order to avoid duplication
of code and thereby increase readability.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/1591264879-25920-2-git-send-email-sumit.garg@linaro.org
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
kernel/debug/kdb/kdb_io.c