[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20ADAB092842284E95860F279283C5642825FA@BGSMSX101.gar.corp.intel.com>
Date: Mon, 18 Jun 2012 06:23:47 +0000
From: "Tc, Jenny" <jenny.tc@...el.com>
To: Anton Vorontsov <cbouatmailru@...il.com>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"R, Durgadoss" <durgadoss.r@...el.com>
Subject: RE: [PATCHv2] power_supply: Register battery as a thermal zone
> -----Original Message-----
> From: Anton Vorontsov [mailto:cbouatmailru@...il.com]
> Sent: Monday, June 18, 2012 11:49 AM
> To: Tc, Jenny
> Cc: linux-kernel@...r.kernel.org; R, Durgadoss
> Subject: Re: [PATCHv2] power_supply: Register battery as a thermal zone
>
> On Sun, Jun 17, 2012 at 09:29:28PM -0700, Anton Vorontsov wrote:
> [...]
> > +static int psy_register_thermal(struct power_supply *psy) {
> > + int i;
> > +
> > + /* Register battery zone device psy reports temperature */
> > + for (i = 0; i < psy->num_properties; i++) {
> > + if (psy->properties[i] == POWER_SUPPLY_PROP_TEMP) {
> > + psy->tzd = thermal_zone_device_register(psy-
> >name, 0,
>
> Oh, and just FYI, there was a (char *) cast for psy->name, but I removed it.
> The cast should be not needed w/ this patch:
>
> http://lkml.org/lkml/2012/6/18/28
Thanks. I applied it locally when I noticed the warning.
>
> Thanks,
>
> --
> Anton Vorontsov
> Email: cbouatmailru@...il.com
Powered by blists - more mailing lists