Skip to content

Commit

Permalink
nfc: fdp: drop unneeded debug prints
Browse files Browse the repository at this point in the history
ftrace is a preferred and standard way to debug entering and exiting
functions so drop useless debug prints.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
krzk authored and davem330 committed Sep 13, 2021
1 parent 3537e50 commit 747e391
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/nfc/fdp/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 747e391

Please sign in to comment.