]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
NFC: trf7970a: Remove useless comment
authorMark Greer <mgreer@animalcreek.com>
Tue, 25 Apr 2017 22:43:52 +0000 (15:43 -0700)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 18 Jun 2017 21:57:58 +0000 (23:57 +0200)
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>
drivers/nfc/trf7970a.c

index 4655680b0e7bdb19f9af1160996af2435b2d8a51..b9a90843ea35ad165771afdc6de8f15f12d0c0ab 100644 (file)
@@ -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);