Re: Re: [patch] PM / devfreq: event: testing the wrong variable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>   
>  On 02/10/2015 07:35 PM, Dan Carpenter wrote:
> > There is a typo here so we test "edev" but we intended to test
> > "edev[i]".
> > 
> > Fixes: f262f28c1470 ('PM / devfreq: event: Add devfreq_event class')
> > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> > 
> > diff --git a/drivers/devfreq/event/exynos-ppmu.c b/drivers/devfreq/event/exynos-ppmu.c
> > index 135be0a..ad83473 100644
> > --- a/drivers/devfreq/event/exynos-ppmu.c
> > +++ b/drivers/devfreq/event/exynos-ppmu.c
> > @@ -327,8 +327,8 @@ static int exynos_ppmu_probe(struct platform_device *pdev)
> > -		if (IS_ERR(edev)) {
> > -			ret = PTR_ERR(edev);
> > +		if (IS_ERR(edev[i])) {
> > +			ret = PTR_ERR(edev[i]);
> 
> Reviewed-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>
> 
> But,
> This patch has not yet merged to linux.git (http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git).
> After releasing Linux 3.20-rc1, this patch will be handled.
> 
> Thanks,
> Chanwoo Choi

Acked-by: MyungJoo Ham <myungjoo.ham@xxxxxxxxxxx>

��.n��������+%������w��{.n�����{��Ʀ����)��jg��������ݢj����G�������j:+v���w�m������w�������h�����٥





[Index of Archives]     [Linux SoC Development]     [Linux Rockchip Development]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Linux SCSI]     [Yosemite News]

  Powered by Linux