lkml.org 
[lkml]   [2014]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCHv8 RFC] pwm: Add Freescale FTM PWM driver support
Date
Hi Dmitry,

> Subject: Re: [PATCHv8 RFC] pwm: Add Freescale FTM PWM driver support
>
> Hi Xiubo,
>
> On Fri, Jan 03, 2014 at 01:24:21PM +0800, Xiubo Li wrote:
> > +
> > +static inline int fsl_pwm_calculate_default_ps(struct fsl_pwm_chip *fpc,
> > + enum fsl_pwm_clk index)
> > +{
>
> Why do you declare this (and other module-local) function as inline?
> It is usually better let compiler decide if given function should be
> inlined or not.
>

Could the compiler know when the given function should be inlined by not declare it?
And when will be inlined ?

> [...]
>
> > +
> > +static int fsl_pwm_remove(struct platform_device *pdev)
> > +{
> > + struct fsl_pwm_chip *fpc = platform_get_drvdata(pdev);
> > +
> > + mutex_destroy(&fpc->lock);
> > +
> > + return pwmchip_remove(&fpc->chip);
>
> fpc->lock will be used while pwmchip_remove() is running so you should
> not be destroying it before calling pwmchip_remove(). It should probbaly
> go into free() method or just drop it altogether.
>

Yes, I think I should drop it here as Thierry has already pointed out.


Thanks very much.

--
Best Regards,
Xiubo



\
 
 \ /
  Last update: 2014-01-03 11:01    [W:0.106 / U:0.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site