Re: [tpmdd-devel] [PATCH 01/13] tpm: ibmvtpm: Use %zd formatting for size_t format arguments

2013-10-02 Thread Ashley D Lai
On Mon, 2013-09-23 at 12:14 -0600, Jason Gunthorpe wrote: > This suppresses compile warnings on 32 bit builds. > > Signed-off-by: Jason Gunthorpe Looks good to me. Acked-by: Ashley Lai Thanks, --Ashley Lai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [tpmdd-devel] [PATCH 01/13] tpm: ibmvtpm: Use %zd formatting for size_t format arguments

2013-10-02 Thread Ashley D Lai
On Mon, 2013-09-23 at 12:14 -0600, Jason Gunthorpe wrote: This suppresses compile warnings on 32 bit builds. Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com Looks good to me. Acked-by: Ashley Lai ad...@linux.vnet.ibm.com Thanks, --Ashley Lai -- To unsubscribe from this list:

Re: [PATCH 01/13] tpm: ibmvtpm: Use %zd formatting for size_t format arguments

2013-10-01 Thread Peter Hüwe
Am Montag, 23. September 2013, 20:14:31 schrieb Jason Gunthorpe: > This suppresses compile warnings on 32 bit builds. > > Signed-off-by: Jason Gunthorpe Reviewed-by: Peter Huewe Signed-off-by: Peter Huewe Staged here https://github.com/PeterHuewe/linux-tpmdd for-james -- To unsubscribe

Re: [PATCH 01/13] tpm: ibmvtpm: Use %zd formatting for size_t format arguments

2013-10-01 Thread Peter Hüwe
Am Montag, 23. September 2013, 20:14:31 schrieb Jason Gunthorpe: This suppresses compile warnings on 32 bit builds. Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com Reviewed-by: Peter Huewe peterhu...@gmx.de Signed-off-by: Peter Huewe peterhu...@gmx.de Staged here

[PATCH 01/13] tpm: ibmvtpm: Use %zd formatting for size_t format arguments

2013-09-23 Thread Jason Gunthorpe
This suppresses compile warnings on 32 bit builds. Signed-off-by: Jason Gunthorpe --- drivers/char/tpm/tpm_ibmvtpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/tpm/tpm_ibmvtpm.c b/drivers/char/tpm/tpm_ibmvtpm.c index 56b07c3..838f043 100644 ---

[PATCH 01/13] tpm: ibmvtpm: Use %zd formatting for size_t format arguments

2013-09-23 Thread Jason Gunthorpe
This suppresses compile warnings on 32 bit builds. Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com --- drivers/char/tpm/tpm_ibmvtpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/tpm/tpm_ibmvtpm.c b/drivers/char/tpm/tpm_ibmvtpm.c index