Commit f6e68388 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Neil Armstrong
Browse files

drm: Drop commas after SoC match table sentinels

parent fd8be27e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1155,7 +1155,7 @@ MODULE_DEVICE_TABLE(of, nwl_dsi_dt_ids);
static const struct soc_device_attribute nwl_dsi_quirks_match[] = {
	{ .soc_id = "i.MX8MQ", .revision = "2.0",
	  .data = (void *)E11418_HS_MODE_QUIRK },
	{ /* sentinel. */ },
	{ /* sentinel. */ }
};

static int nwl_dsi_probe(struct platform_device *pdev)
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ static const struct meson_drm_soc_attr meson_drm_soc_attrs[] = {
		},
		.attrs = (const struct soc_device_attribute []) {
			{ .soc_id = "GXL (S805*)", },
			{ /* sentinel */ },
			{ /* sentinel */ }
		}
	},
};