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>
This commit is contained in:
Krzysztof Kozlowski 2021-09-13 15:20:24 +02:00 committed by David S. Miller
parent 3537e507b6
commit 747e3910d6
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}