mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
rtc: rzn1: Drop trailing comma from OF match table sentinel
Drop the trailing comma from the final empty entry in the RZN1 RTC OF match table and mark it explicitly as the sentinel. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://patch.msgid.link/20260821211032.13554-17-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
38a3a3b099
commit
8af6331c6e
|
|
@ -529,7 +529,7 @@ static const struct rzn1_rtc_data rzn1_rtc_rzn1_data = {
|
|||
|
||||
static const struct of_device_id rzn1_rtc_of_match[] = {
|
||||
{ .compatible = "renesas,rzn1-rtc", .data = &rzn1_rtc_rzn1_data },
|
||||
{},
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rzn1_rtc_of_match);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user