Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-19 Thread Jarkko Sakkinen
On Mon, Jul 18, 2016 at 12:49:29PM -0600, Jason Gunthorpe wrote: > On Mon, Jul 18, 2016 at 09:45:32PM +0300, Jarkko Sakkinen wrote: > > On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > > > tpm_tis_core was missing conversion from msec when assigning > > > max timeouts from

Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-19 Thread Jarkko Sakkinen
On Mon, Jul 18, 2016 at 12:49:29PM -0600, Jason Gunthorpe wrote: > On Mon, Jul 18, 2016 at 09:45:32PM +0300, Jarkko Sakkinen wrote: > > On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > > > tpm_tis_core was missing conversion from msec when assigning > > > max timeouts from

Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-18 Thread Jason Gunthorpe
On Mon, Jul 18, 2016 at 09:45:32PM +0300, Jarkko Sakkinen wrote: > On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > > tpm_tis_core was missing conversion from msec when assigning > > max timeouts from constants. > > > > Signed-off-by: Andrey Pronin > >

Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-18 Thread Jarkko Sakkinen
On Mon, Jul 18, 2016 at 09:45:32PM +0300, Jarkko Sakkinen wrote: > On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > > tpm_tis_core was missing conversion from msec when assigning > > max timeouts from constants. > > > > Signed-off-by: Andrey Pronin > >

Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-18 Thread Jason Gunthorpe
On Mon, Jul 18, 2016 at 09:45:32PM +0300, Jarkko Sakkinen wrote: > On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > > tpm_tis_core was missing conversion from msec when assigning > > max timeouts from constants. > > > > Signed-off-by: Andrey Pronin > > Reviewed-by: Jarkko

Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-18 Thread Jarkko Sakkinen
On Mon, Jul 18, 2016 at 09:45:32PM +0300, Jarkko Sakkinen wrote: > On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > > tpm_tis_core was missing conversion from msec when assigning > > max timeouts from constants. > > > > Signed-off-by: Andrey Pronin > > Reviewed-by: Jarkko

Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-18 Thread Jarkko Sakkinen
On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > tpm_tis_core was missing conversion from msec when assigning > max timeouts from constants. > > Signed-off-by: Andrey Pronin Reviewed-by: Jarkko Sakkinen Fixes: 41a5e1cf1fe1

Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-18 Thread Jarkko Sakkinen
On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > tpm_tis_core was missing conversion from msec when assigning > max timeouts from constants. > > Signed-off-by: Andrey Pronin Reviewed-by: Jarkko Sakkinen Fixes: 41a5e1cf1fe1 /Jarkko > --- > drivers/char/tpm/tpm_tis_core.c | 8

Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-14 Thread Jason Gunthorpe
On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > tpm_tis_core was missing conversion from msec when assigning > max timeouts from constants. Yep. Reviewed-by: Jason Gunthorpe Jason

Re: [PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-14 Thread Jason Gunthorpe
On Thu, Jul 14, 2016 at 05:29:40PM -0700, Andrey Pronin wrote: > tpm_tis_core was missing conversion from msec when assigning > max timeouts from constants. Yep. Reviewed-by: Jason Gunthorpe Jason

[PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-14 Thread Andrey Pronin
tpm_tis_core was missing conversion from msec when assigning max timeouts from constants. Signed-off-by: Andrey Pronin --- drivers/char/tpm/tpm_tis_core.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/char/tpm/tpm_tis_core.c

[PATCH] tpm_tis_core: convert max timeouts from msec to jiffies

2016-07-14 Thread Andrey Pronin
tpm_tis_core was missing conversion from msec when assigning max timeouts from constants. Signed-off-by: Andrey Pronin --- drivers/char/tpm/tpm_tis_core.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/char/tpm/tpm_tis_core.c