diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-07-02 11:50:45 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-07-02 11:50:45 +0300 |
commit | 046e9ceefab985a137fbd15b946497a88e5a6513 (patch) | |
tree | 29cb2fd3a2783afacc7901f3310bea7a02f84140 /net/lapb/lapb_out.c | |
parent | 62db7152c924e4c060e42b34a69cd39658e8a0dc (diff) | |
parent | 7c5eec4edf4693aa61f3ee78bf28621dfe33d9f0 (diff) | |
download | linux-046e9ceefab985a137fbd15b946497a88e5a6513.tar.xz |
Merge tag 'asoc-fix-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v4.7
A small clutch of hardware specific fixes for various ASoC devices, all
small individually and important if you have that device but not
otherwise.
Diffstat (limited to 'net/lapb/lapb_out.c')
-rw-r--r-- | net/lapb/lapb_out.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/lapb/lapb_out.c b/net/lapb/lapb_out.c index ba4d015bd1a6..482c94d9d958 100644 --- a/net/lapb/lapb_out.c +++ b/net/lapb/lapb_out.c @@ -148,9 +148,7 @@ void lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *skb, int type) } } - lapb_dbg(2, "(%p) S%d TX %02X %02X %02X\n", - lapb->dev, lapb->state, - skb->data[0], skb->data[1], skb->data[2]); + lapb_dbg(2, "(%p) S%d TX %3ph\n", lapb->dev, lapb->state, skb->data); if (!lapb_data_transmit(lapb, skb)) kfree_skb(skb); |