From 747e3910d66909b34630904c7de7914745186fc1 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Mon, 13 Sep 2021 15:20:24 +0200 Subject: 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 Signed-off-by: David S. Miller --- drivers/nfc/fdp/i2c.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/nfc/fdp') 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; } -- cgit v1.2.3