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 14:38:00 +0100 | 
| commit | 747e3910d66909b34630904c7de7914745186fc1 (patch) | |
| tree | c10b929096702f389fab808782e2118e8640b121 /drivers/nfc/fdp | |
| parent | 3537e507b662d6511157ed3cd981a3e83e57601d (diff) | |
| download | linux-747e3910d66909b34630904c7de7914745186fc1.tar.bz2 | |
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.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;  } |