public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] net-next: stmmac: dwmac-sun8i: fix of_table.cocci warnings
@ 2017-07-29 15:54 Julia Lawall
  2017-08-01  0:56 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2017-07-29 15:54 UTC (permalink / raw)
  To: linux-arm-kernel

Make sure (of/i2c/platform)_device_id tables are NULL terminated

Generated by: scripts/coccinelle/misc/of_table.cocci

Fixes: d5dbe1976d52 ("net-next: stmmac: dwmac-sun8i: choose internal PHY via compatible")
CC: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Corentin-Labbe/dt-bindings-net-add-compatible-for-internal-sun8i-h3-sun8i-v3s-PHYs/20170729-174950
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next

 dwmac-sun8i.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
@@ -892,6 +892,7 @@ static int sun8i_dwmac_probe(struct plat
 	static const struct of_device_id internal_phys[] = {
 		{ .compatible = "allwinner,sun8i-h3-ephy" },
 		{ .compatible = "allwinner,sun8i-v3s-ephy" },
+		{},
 	};

 	ret = stmmac_get_platform_resources(pdev, &stmmac_res);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] net-next: stmmac: dwmac-sun8i: fix of_table.cocci warnings
  2017-07-29 15:54 [PATCH] net-next: stmmac: dwmac-sun8i: fix of_table.cocci warnings Julia Lawall
@ 2017-08-01  0:56 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-08-01  0:56 UTC (permalink / raw)
  To: linux-arm-kernel

From: Julia Lawall <julia.lawall@lip6.fr>
Date: Sat, 29 Jul 2017 17:54:10 +0200 (CEST)

> Make sure (of/i2c/platform)_device_id tables are NULL terminated
> 
> Generated by: scripts/coccinelle/misc/of_table.cocci
> 
> Fixes: d5dbe1976d52 ("net-next: stmmac: dwmac-sun8i: choose internal PHY via compatible")
> CC: Corentin Labbe <clabbe.montjoie@gmail.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

This change seems to be no longer relevant.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-01  0:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-29 15:54 [PATCH] net-next: stmmac: dwmac-sun8i: fix of_table.cocci warnings Julia Lawall
2017-08-01  0:56 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox