From: Krzysztof Kozlowski Date: Mon, 13 Sep 2021 13:20:24 +0000 (+0200) Subject: nfc: fdp: drop unneeded debug prints X-Git-Tag: v6.1-rc5~2768^2~469^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=747e3910d66909b34630904c7de7914745186fc1;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/drivers/nfc/fdp/i2c.c b/drivers/nfc/fdp/i2c.c index 051c43a..f78670b 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; }