Commit 747e3910 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by David S. Miller
Browse files

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3537e507
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}