Re: [PATCH v2] tpm: remove unused data fields from I2C and OF device ID tables

2018-01-02 Thread Jarkko Sakkinen
On Fri, Dec 22, 2017 at 06:47:41PM +0100, Javier Martinez Canillas wrote: > The data field for the entries in the device tables are set but not used. > > Signed-off-by: Javier Martinez Canillas Reviewed-by: Jarkko Sakkinen /Jarkko

Re: [PATCH v2] tpm: remove unused data fields from I2C and OF device ID tables

2017-12-24 Thread Jarkko Sakkinen
On Fri, Dec 22, 2017 at 06:47:41PM +0100, Javier Martinez Canillas wrote: > The data field for the entries in the device tables are set but not used. > > Signed-off-by: Javier Martinez Canillas > > --- > > Changes in v2: > - Also empty spaces (suggested by Jason Gunthorpe). > > drivers/char/t

Re: [PATCH v2] tpm: remove unused data fields from I2C and OF device ID tables

2017-12-22 Thread Jason Gunthorpe
On Fri, Dec 22, 2017 at 06:47:41PM +0100, Javier Martinez Canillas wrote: > The data field for the entries in the device tables are set but not used. > > Signed-off-by: Javier Martinez Canillas > > > Changes in v2: > - Also empty spaces (suggested by Jason Gunthorpe). > > drivers/char/tpm/tpm

[PATCH v2] tpm: remove unused data fields from I2C and OF device ID tables

2017-12-22 Thread Javier Martinez Canillas
The data field for the entries in the device tables are set but not used. Signed-off-by: Javier Martinez Canillas --- Changes in v2: - Also empty spaces (suggested by Jason Gunthorpe). drivers/char/tpm/tpm_i2c_infineon.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff