aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/rfcomm')
-rw-r--r--net/bluetooth/rfcomm/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c
index b464843ed79e..4a22b14a2c60 100644
--- a/net/bluetooth/rfcomm/core.c
+++ b/net/bluetooth/rfcomm/core.c
@@ -1698,7 +1698,7 @@ static int rfcomm_recv_frame(struct rfcomm_session *s, struct sk_buff *skb)
1698 break; 1698 break;
1699 1699
1700 default: 1700 default:
1701 BT_ERR("Unknown packet type 0x%02x\n", type); 1701 BT_ERR("Unknown packet type 0x%02x", type);
1702 break; 1702 break;
1703 } 1703 }
1704 kfree_skb(skb); 1704 kfree_skb(skb);