Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -766,8 +766,6 @@ static void nfc_llcp_recv_ui(struct nfc_llcp_local *local,
	ui_cb->dsap = dsap;
	ui_cb->dsap = dsap;
	ui_cb->ssap = ssap;
	ui_cb->ssap = ssap;


	printk("%s %d %d\n", __func__, dsap, ssap);

	pr_debug("%d %d\n", dsap, ssap);
	pr_debug("%d %d\n", dsap, ssap);


	/* We're looking for a bound socket, not a client one */
	/* We're looking for a bound socket, not a client one */