lkml.org 
[lkml]   [2023]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v3 1/4] mfd: palmas: Remove trailing comma in the terminator entry
Date
Remove trailing comma in the terminator entry for OF table.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
v3:
* New patch.
---
drivers/mfd/palmas.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c
index 6e562bab62e4..769538b50903 100644
--- a/drivers/mfd/palmas.c
+++ b/drivers/mfd/palmas.c
@@ -499,7 +499,7 @@ static const struct of_device_id of_palmas_match_tbl[] = {
.compatible = "ti,tps65917",
.data = &tps65917_data,
},
- { },
+ { }
};
MODULE_DEVICE_TABLE(of, of_palmas_match_tbl);

--
2.25.1
\
 
 \ /
  Last update: 2023-08-31 20:33    [W:0.040 / U:0.564 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site