> > +static int ps_get_cur_chrage_cntl_limit(struct thermal_cooling_device
> > +*tcd,
>
> Typo, "charge".
>
> > + unsigned long *state)
> > +{
> > + struct power_supply *psy;
> > + union power_supply_propval val;
> > + int ret;
> > +
> > + WARN_ON(tcd == NULL);
>
> This is unneeded, we'll get oops anyway.
>
> I fixed it up and applied, thank you!Gr8 Thanks! /Ram

