Re: [PATCH] PCI PM: Read device power state from register after updating it (rev. 2)

From: Rafael J. Wysocki
Date: Tue Sep 22 2009 - 16:38:10 EST


On Tuesday 22 September 2009, kevin granade wrote:
> On Tue, Sep 22, 2009 at 2:50 PM, Rafael J. Wysocki <rjw@xxxxxxx> wrote:
>
> > On Tuesday 22 September 2009, Andreas Mohr wrote:
> > > Hi Rafael,
> >
> > Hi,
> >
> > > first you say "returning an error code in such cases would..."
> > > and then the patch content has...?
> >
> > I don't quite understand your comment, care to elaborate?
> >
> >
> I think this is what was being referenced:
>
> + /* Return error code if we have failed to change the state */
> + if (dev->current_state != state)
> + dev_info(&dev->dev, "Refused to change power state, "
> + "currently in D%d\n", dev->current_state);
>
> The comment says, "Return error code", where it should probably say, "Log
> error". Or possibly no comment at all.

Ah, thanks.

Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/