mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 04:22:58 +00:00
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: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
847a50fd9f
commit
d829eeef58
@@ -36,8 +36,6 @@ struct qeth_dbf_info qeth_dbf[QETH_DBF_INFOS] = {
|
||||
2, 1, 8, 2, &debug_hex_ascii_view, NULL},
|
||||
[QETH_DBF_MSG] = {"qeth_msg",
|
||||
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",
|
||||
2, 1, 256, 2, &debug_hex_ascii_view, NULL},
|
||||
[QETH_DBF_CTRL] = {"qeth_control",
|
||||
|
||||
Reference in New Issue
Block a user