Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 847a50fd authored by Carsten Otte's avatar Carsten Otte Committed by David S. Miller
Browse files

qeth: Fold qeth_trace debug area



This patch removes the qeth_trace debug area. All relevant data is logged into
either qeth_setup or into each card's own debug area. Superfluous information
(such as the card number when logging into the card's own debug area) is
removed without replacement.

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 af039068
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
enum qeth_dbf_names {
	QETH_DBF_SETUP,
	QETH_DBF_QERR,
	QETH_DBF_TRACE,
	QETH_DBF_MSG,
	QETH_DBF_SENSE,
	QETH_DBF_MISC,
+101 −109

File changed.

Preview size limit exceeded, changes collapsed.

+45 −49

File changed.

Preview size limit exceeded, changes collapsed.

+113 −113

File changed.

Preview size limit exceeded, changes collapsed.