diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-09-13 15:20:24 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-13 15:38:00 +0200 |
commit | 747e3910d66909b34630904c7de7914745186fc1 (patch) | |
tree | c10b929096702f389fab808782e2118e8640b121 /drivers/nfc | |
parent | nfc: do not break pr_debug() call into separate lines (diff) | |
download | linux-747e3910d66909b34630904c7de7914745186fc1.tar.xz linux-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')
-rw-r--r-- | drivers/nfc/fdp/i2c.c | 1 |
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; } |