diff options
author | Tilman Schmidt <tilman@imap.cc> | 2010-02-22 08:09:52 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-26 04:24:23 -0500 |
commit | 1528b18f7ec2b907711f37667c68e10d9296c882 (patch) | |
tree | 00c887ea15474334898ae1f89a05706be49079ed /drivers/isdn/gigaset/usb-gigaset.c | |
parent | 63e055d1c6e3a5f6d370cc841d621d5fa4d5d834 (diff) |
gigaset: reduce syslog clutter
Improve readability of the Gigaset driver's kernel messages by
removing a few unnecessary messages and limiting the emission
of some debug messages more narrowly.
Impact: logging
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset/usb-gigaset.c')
-rw-r--r-- | drivers/isdn/gigaset/usb-gigaset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/usb-gigaset.c b/drivers/isdn/gigaset/usb-gigaset.c index 3ab1daeb276b..9430a2bbb523 100644 --- a/drivers/isdn/gigaset/usb-gigaset.c +++ b/drivers/isdn/gigaset/usb-gigaset.c | |||
@@ -628,7 +628,7 @@ static int write_modem(struct cardstate *cs) | |||
628 | struct usb_cardstate *ucs = cs->hw.usb; | 628 | struct usb_cardstate *ucs = cs->hw.usb; |
629 | unsigned long flags; | 629 | unsigned long flags; |
630 | 630 | ||
631 | gig_dbg(DEBUG_WRITE, "len: %d...", bcs->tx_skb->len); | 631 | gig_dbg(DEBUG_OUTPUT, "len: %d...", bcs->tx_skb->len); |
632 | 632 | ||
633 | if (!bcs->tx_skb->len) { | 633 | if (!bcs->tx_skb->len) { |
634 | dev_kfree_skb_any(bcs->tx_skb); | 634 | dev_kfree_skb_any(bcs->tx_skb); |