aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorMark Greer <mgreer@animalcreek.com>2017-04-25 15:43:52 -0700
committerSamuel Ortiz <sameo@linux.intel.com>2017-06-18 23:57:58 +0200
commitfcc652f6885cd37a0c3f3b1ed572d3544c3240c4 (patch)
treea3e37c06eb93172cb0971bf7e0668767ce5ce974 /drivers/nfc
parentNFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specified (diff)
downloadlinux-dev-fcc652f6885cd37a0c3f3b1ed572d3544c3240c4.tar.xz
linux-dev-fcc652f6885cd37a0c3f3b1ed572d3544c3240c4.zip
NFC: trf7970a: Remove useless comment
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>
Diffstat (limited to 'drivers/nfc')
-rw-r--r--drivers/nfc/trf7970a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/trf7970a.c b/drivers/nfc/trf7970a.c
index 4655680b0e7b..b9a90843ea35 100644
--- a/drivers/nfc/trf7970a.c
+++ b/drivers/nfc/trf7970a.c
@@ -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);