Commit 8808edb1 authored by Samuel Ortiz's avatar Samuel Ortiz

NFC: llcp: Remove redundant printk

We already have a pr_debug for that.
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 06d44f80
......@@ -766,8 +766,6 @@ static void nfc_llcp_recv_ui(struct nfc_llcp_local *local,
ui_cb->dsap = dsap;
ui_cb->ssap = ssap;
printk("%s %d %d\n", __func__, dsap, ssap);
pr_debug("%d %d\n", dsap, ssap);
/* We're looking for a bound socket, not a client one */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment