Skip to content

Commit

Permalink
NFC: llcp: Remove redundant printk
Browse files Browse the repository at this point in the history
We already have a pr_debug for that.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Samuel Ortiz committed Mar 10, 2013
1 parent 06d44f8 commit 8808edb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/nfc/llcp/llcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8808edb

Please sign in to comment.