mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-29 14:45:00 -05:00
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:
committed by
David S. Miller
parent
3537e507b6
commit
747e3910d6
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user