diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-09-13 15:20:25 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-13 15:38:00 +0200 |
commit | b7b96587c18b709a7ebea73c8d140dfed81ab1cb (patch) | |
tree | e9802b7d12c78803ad2fb6a32548b9fc80f1d1df /drivers/nfc/pn533/pn533.c | |
parent | nfc: fdp: drop unneeded debug prints (diff) | |
download | linux-b7b96587c18b709a7ebea73c8d140dfed81ab1cb.tar.xz linux-b7b96587c18b709a7ebea73c8d140dfed81ab1cb.zip |
nfc: pn533: drop unneeded debug prints
ftrace is a preferred and standard way to debug entering and exiting
functions so drop useless debug prints.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/nfc/pn533/pn533.c')
-rw-r--r-- | drivers/nfc/pn533/pn533.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/pn533/pn533.c b/drivers/nfc/pn533/pn533.c index 2f3f3fe9a0ba..c5f127fe2d45 100644 --- a/drivers/nfc/pn533/pn533.c +++ b/drivers/nfc/pn533/pn533.c @@ -1235,8 +1235,6 @@ static void pn533_listen_mode_timer(struct timer_list *t) { struct pn533 *dev = from_timer(dev, t, listen_timer); - dev_dbg(dev->dev, "Listen mode timeout\n"); - dev->cancel_listen = 1; pn533_poll_next_mod(dev); |