lkml.org 
[lkml]   [2014]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v6 04/10] tpm: rename chip->dev to chip->pdev
On Mon, Nov 10, 2014 at 10:45:11AM -0700, Jason Gunthorpe wrote:
> On Mon, Nov 10, 2014 at 02:49:48PM +0200, Jarkko Sakkinen wrote:
> > Rename chip->dev to chip->pdev to make it explicit that this not the
> > character device but actually represents the platform device.
>
> I don't really have time to take a detailed look at this for a few
> weeks, but I like this entire patch set.

Excellent, thank you.

> > - if (try_module_get(pos->dev->driver->owner)) {
> > + if (try_module_get(pos->pdev->driver->owner)) {
> > chip = pos;
> > break;
>
> Yes, this needs to be pdev
>
> > if (test_and_set_bit(0, &chip->is_open)) {
> > - dev_dbg(chip->dev, "Another process owns this TPM\n");
> > + dev_dbg(chip->pdev, "Another process owns this TPM\n");
> > return -EBUSY;
>
> This should be moved to the class dev, ie it should ultimately say
> dev_dbg(&chip->dev,..

Peter, I'll try to minimize the delta between the patch set revisions
so that this could be pulled in the near future (maybe having odds
to make into 3.19) and do only fixes to those issues that are blockers.

Would you mind if I fixed dev logging stuff after the patch set has
been pulled?

Writing this down anyway to my backlog.

> Similar comments all over the place.
>
> Jason

/Jarkko


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