mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
NFC: llcp: Remove redundant printk
We already have a pr_debug for that. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
06d44f806a
commit
8808edb1ec
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user