diff options
author | Coiby Xu <coiby.xu@gmail.com> | 2021-01-23 13:46:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-29 18:54:21 +0300 |
commit | a7c3ddf29a787f4f454f32bf9e18d7bb63dd8105 (patch) | |
tree | 2bc51d06521dc9c0ec8948da8bde99f3fbacf79a /Documentation/networking | |
parent | 02988c36aa36f870f8a17e5ce9d408c997861100 (diff) | |
download | linux-a7c3ddf29a787f4f454f32bf9e18d7bb63dd8105.tar.xz |
staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef land
The debugging code in the following ifdef land
- QL_ALL_DUMP
- QL_REG_DUMP
- QL_DEV_DUMP
- QL_CB_DUMP
- QL_IB_DUMP
- QL_OB_DUMP
becomes unnecessary because,
- Device status and general registers can be obtained by ethtool.
- Coredump can be done via devlink health reporter.
- Structure related to the hardware (struct ql_adapter) can be obtained
by crash or drgn.
Link: https://lkml.org/lkml/2020/6/30/19
Suggested-by: Benjamin Poirier <benjamin.poirier@gmail.com>
Signed-off-by: Coiby Xu <coiby.xu@gmail.com>
Link: https://lore.kernel.org/r/20210123104613.38359-8-coiby.xu@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions