mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00: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:
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user