Re: [PATCH v9 4/8] tpm: rename chip->dev to chip->pdev

2014-12-04 Thread Peter Hüwe
Am Donnerstag, 4. Dezember 2014, 06:55:14 schrieb Jarkko Sakkinen: > Rename chip->dev to chip->pdev to make it explicit that this not the > character device but actually represents the platform device. > > Signed-off-by: Jarkko Sakkinen > --- > drivers/char/tpm/tpm-chip.c | 4 ++-- > dr

[PATCH v9 4/8] tpm: rename chip->dev to chip->pdev

2014-12-03 Thread Jarkko Sakkinen
Rename chip->dev to chip->pdev to make it explicit that this not the character device but actually represents the platform device. Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/tpm-chip.c | 4 ++-- drivers/char/tpm/tpm-dev.c | 10 +- drivers/char/tpm/tpm-interface