commit | a66c869b17c4c4dcf81d273b02cb0efe88e127ab | [log] [tgz] |
---|---|---|
author | Jim Cromie <[email protected]> | Mon Apr 29 13:31:11 2024 -0600 |
committer | Greg Kroah-Hartman <[email protected]> | Fri May 17 11:56:20 2024 +0200 |
tree | 74fbabbafe5d089cf02ec6697f89c855245fbd3e | |
parent | 0b47bbc91f1a2a7a4c4c9ff71e81e3bd24fa54a1 [diff] |
dyndbg: fix old BUG_ON in >control parser commit 00e7d3bea2ce7dac7bee1cf501fb071fd0ea8f6c upstream. Fix a BUG_ON from 2009. Even if it looks "unreachable" (I didn't really look), lets make sure by removing it, doing pr_err and return -EINVAL instead. Cc: stable <[email protected]> Signed-off-by: Jim Cromie <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>