diff options
author | Wentao Wang <witallwang@gmail.com> | 2019-03-20 18:30:39 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-27 18:27:48 +0300 |
commit | 3ec8002951ea173e24b466df1ea98c56b7920e63 (patch) | |
tree | 0be537f719aac640c343e159aa716f9b65eab3b4 /Documentation | |
parent | 898a737c8a436b2fcd6dcb0b57775ada2f846a26 (diff) | |
download | linux-3ec8002951ea173e24b466df1ea98c56b7920e63.tar.xz |
Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc
Echo "" to /sys/module/kgdboc/parameters/kgdboc will fail with "No such
deviceā error.
This is caused by function "configure_kgdboc" who init err to ENODEV
when the config is empty (legal input) the code go out with ENODEV
returned.
Fixes: 2dd453168643 ("kgdboc: Fix restrict error")
Signed-off-by: Wentao Wang <witallwang@gmail.com>
Cc: stable <stable@vger.kernel.org>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions