Commit d829eeef authored by Carsten Otte's avatar Carsten Otte Committed by David S. Miller

qeth: Fold qeth_sense debug area

This patch removes the sense debug area completely. Despite the name this
debug area makes no sense at all because it's unused completely. Ouch.
Signed-off-by: default avatarCarsten Otte <cotte@de.ibm.com>
Signed-off-by: default avatarFrank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 847a50fd
...@@ -42,7 +42,6 @@ enum qeth_dbf_names { ...@@ -42,7 +42,6 @@ enum qeth_dbf_names {
QETH_DBF_SETUP, QETH_DBF_SETUP,
QETH_DBF_QERR, QETH_DBF_QERR,
QETH_DBF_MSG, QETH_DBF_MSG,
QETH_DBF_SENSE,
QETH_DBF_MISC, QETH_DBF_MISC,
QETH_DBF_CTRL, QETH_DBF_CTRL,
QETH_DBF_INFOS /* must be last element */ QETH_DBF_INFOS /* must be last element */
......
...@@ -36,8 +36,6 @@ struct qeth_dbf_info qeth_dbf[QETH_DBF_INFOS] = { ...@@ -36,8 +36,6 @@ struct qeth_dbf_info qeth_dbf[QETH_DBF_INFOS] = {
2, 1, 8, 2, &debug_hex_ascii_view, NULL}, 2, 1, 8, 2, &debug_hex_ascii_view, NULL},
[QETH_DBF_MSG] = {"qeth_msg", [QETH_DBF_MSG] = {"qeth_msg",
8, 1, 128, 3, &debug_sprintf_view, NULL}, 8, 1, 128, 3, &debug_sprintf_view, NULL},
[QETH_DBF_SENSE] = {"qeth_sense",
2, 1, 64, 2, &debug_hex_ascii_view, NULL},
[QETH_DBF_MISC] = {"qeth_misc", [QETH_DBF_MISC] = {"qeth_misc",
2, 1, 256, 2, &debug_hex_ascii_view, NULL}, 2, 1, 256, 2, &debug_hex_ascii_view, NULL},
[QETH_DBF_CTRL] = {"qeth_control", [QETH_DBF_CTRL] = {"qeth_control",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment