OSDN Git Service

nfc: fdp: drop unneeded debug prints
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Mon, 13 Sep 2021 13:20:24 +0000 (15:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Sep 2021 13:38:00 +0000 (14:38 +0100)
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>
drivers/nfc/fdp/i2c.c

index 051c43a..f78670b 100644 (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;
 }