]> git.baikalelectronics.ru Git - kernel.git/commit
dyndbg: fix pr_err with empty string
authorJim Cromie <jim.cromie@gmail.com>
Sun, 19 Jul 2020 23:10:48 +0000 (17:10 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2020 15:00:08 +0000 (17:00 +0200)
commit140214f3e68d3aab04fbce834efec036a24cb29b
treec0753b1f4bc11f135f4020b671c7ce7b800e2490
parent894900ffc4858048162d1abeef9772722ba8aba7
dyndbg: fix pr_err with empty string

this pr_err attempts to print the string after the OP, but the string
has been parsed and chopped up, so looks empty.

Acked-by: <jbaron@akamai.com>
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Link: https://lore.kernel.org/r/20200719231058.1586423-9-jim.cromie@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/dynamic_debug.c