Skip to content

Commit

Permalink
NFC: trf7970a: Remove useless comment
Browse files Browse the repository at this point in the history
The last entry in the trf7970a_of_match[] table must be an empty
entry to demarcate the end of the table.  Currently, there is a
comment indicating this but it is obvious so remove the comment.

Signed-off-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Greer authored and Samuel Ortiz committed Jun 18, 2017
1 parent afcb9fb commit fcc652f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nfc/trf7970a.c
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,7 @@ static const struct dev_pm_ops trf7970a_pm_ops = {

static const struct of_device_id trf7970a_of_match[] = {
{ .compatible = "ti,trf7970a", },
{ /* sentinel */ },
{},
};
MODULE_DEVICE_TABLE(of, trf7970a_of_match);

Expand Down

0 comments on commit fcc652f

Please sign in to comment.