linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermal: fix of_table.cocci warnings
@ 2016-08-27 18:59 Julia Lawall
  2016-08-29 17:00 ` Bin Gao
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2016-08-27 18:59 UTC (permalink / raw)
  To: Bin Gao
  Cc: Zhang Rui, Eduardo Valentin, linux-kernel, linux-pm, ysiyer,
	Bin Gao

 Make sure (of/i2c/platform)_device_id tables are NULL terminated
Generated by: scripts/coccinelle/misc/of_table.cocci

CC: Yegnesh S Iyer <yegnesh.s.iyer@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

Please take the patch only if it's a positive warning. Thanks!

 intel_bxt_pmic_thermal.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/thermal/intel_bxt_pmic_thermal.c
+++ b/drivers/thermal/intel_bxt_pmic_thermal.c
@@ -281,6 +281,7 @@ static struct platform_device_id pmic_th
 		.name = "bxt_wcove_thermal",
 		.driver_data = (kernel_ulong_t)&bxtwc_thermal_data,
 	},
+	{},
 };

 static struct platform_driver pmic_thermal_driver = {

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

* Re: [PATCH] thermal: fix of_table.cocci warnings
  2016-08-27 18:59 [PATCH] thermal: fix of_table.cocci warnings Julia Lawall
@ 2016-08-29 17:00 ` Bin Gao
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Gao @ 2016-08-29 17:00 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Zhang Rui, Eduardo Valentin, linux-kernel, linux-pm, ysiyer,
	Bin Gao

On Sat, Aug 27, 2016 at 08:59:12PM +0200, Julia Lawall wrote:
>  Make sure (of/i2c/platform)_device_id tables are NULL terminated
> Generated by: scripts/coccinelle/misc/of_table.cocci
> 
> CC: Yegnesh S Iyer <yegnesh.s.iyer@intel.com>
> Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
> 
> Please take the patch only if it's a positive warning. Thanks!
> 
>  intel_bxt_pmic_thermal.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- a/drivers/thermal/intel_bxt_pmic_thermal.c
> +++ b/drivers/thermal/intel_bxt_pmic_thermal.c
> @@ -281,6 +281,7 @@ static struct platform_device_id pmic_th
>  		.name = "bxt_wcove_thermal",
>  		.driver_data = (kernel_ulong_t)&bxtwc_thermal_data,
>  	},
> +	{},
>  };
> 
>  static struct platform_driver pmic_thermal_driver = {

Included in v5. Thanks.

-Bin

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

end of thread, other threads:[~2016-08-29 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-27 18:59 [PATCH] thermal: fix of_table.cocci warnings Julia Lawall
2016-08-29 17:00 ` Bin Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).