Re: [PATCH] staging: fbtft: use %zu to avoid compile warning

2015-03-01 Thread Greg KH
On Fri, Feb 27, 2015 at 03:08:58AM +, Sheng Yong wrote: > For value which has size_t type, use %zu to avoid compile warning of > printk format. > > Signed-off-by: Sheng Yong > --- > drivers/staging/fbtft/fbtft-core.c | 2 +- > drivers/staging/fbtft/fbtft-io.c | 4 ++-- > 2 files changed, 3

[PATCH] staging: fbtft: use %zu to avoid compile warning

2015-02-26 Thread Sheng Yong
For value which has size_t type, use %zu to avoid compile warning of printk format. Signed-off-by: Sheng Yong --- drivers/staging/fbtft/fbtft-core.c | 2 +- drivers/staging/fbtft/fbtft-io.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-cor