From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752572AbdHKFRL (ORCPT ); Fri, 11 Aug 2017 01:17:11 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:9251 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752312AbdHKFRJ (ORCPT ); Fri, 11 Aug 2017 01:17:09 -0400 X-IronPort-AV: E=Sophos;i="5.41,356,1498514400"; d="scan'208";a="234177782" Date: Fri, 11 Aug 2017 07:17:06 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Zhang Rui cc: Julia Lawall , linux-rpi-kernel@lists.infradead.org, bhumirks@gmail.com, kernel-janitors@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-input@vger.kernel.org, linux-hwmon@vger.kernel.org Subject: Re: [PATCH 0/9 v2] constify thermal_zone_of_device_ops structures In-Reply-To: <1502422611.2598.19.camel@intel.com> Message-ID: References: <1502204943-20075-1-git-send-email-Julia.Lawall@lip6.fr> <1502422611.2598.19.camel@intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-634072267-1502428627=:2204" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --8323329-634072267-1502428627=:2204 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Fri, 11 Aug 2017, Zhang Rui wrote: > On Tue, 2017-08-08 at 17:08 +0200, Julia Lawall wrote: > > The thermal_zone_of_device_ops structures are only passed as the > > fourth > > argument to thermal_zone_of_sensor_register or > > devm_thermal_zone_of_sensor_register, both of which are declared as > > const. > > Thus the thermal_zone_of_device_ops structures themselves can be > > const. > > > > v2: add structures passed to devm_thermal_zone_of_sensor_register > > also. > > > > Done with the help of Coccinelle. > > > I don't see the patches changes out of drivers/thermal. > > As there is no dependencies between these patches, I guess I will only > take patches that changes drivers/thermal. No dependencies. Each individual patch was only sent to its maintainers. julia > > thanks, > rui > > --- > > > >  drivers/hwmon/hwmon.c                      |    2 +- > >  drivers/hwmon/scpi-hwmon.c                 |    2 +- > >  drivers/input/touchscreen/sun4i-ts.c       |    2 +- > >  drivers/thermal/broadcom/bcm2835_thermal.c |    2 +- > >  drivers/thermal/hisi_thermal.c             |    2 +- > >  drivers/thermal/qoriq_thermal.c            |    2 +- > >  drivers/thermal/rcar_gen3_thermal.c        |    2 +- > >  drivers/thermal/samsung/exynos_tmu.c       |    2 +- > >  drivers/thermal/zx2967_thermal.c           |    2 +- > >  9 files changed, 9 insertions(+), 9 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > --8323329-634072267-1502428627=:2204--