aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/fdp
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-09-13 15:20:24 +0200
committerDavid S. Miller <davem@davemloft.net>2021-09-13 14:38:00 +0100
commit747e3910d66909b34630904c7de7914745186fc1 (patch)
treec10b929096702f389fab808782e2118e8640b121 /drivers/nfc/fdp
parentnfc: do not break pr_debug() call into separate lines (diff)
downloadlinux-dev-747e3910d66909b34630904c7de7914745186fc1.tar.xz
linux-dev-747e3910d66909b34630904c7de7914745186fc1.zip
nfc: fdp: 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/fdp')
-rw-r--r--drivers/nfc/fdp/i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/fdp/i2c.c b/drivers/nfc/fdp/i2c.c
index 051c43a2a52f..f78670bf41e0 100644
--- a/drivers/nfc/fdp/i2c.c
+++ b/drivers/nfc/fdp/i2c.c
@@ -335,7 +335,6 @@ static int fdp_nci_i2c_probe(struct i2c_client *client)
return r;
}
- dev_dbg(dev, "I2C driver loaded\n");
return 0;
}