Re: [PATCH -next] staging: spmi: hisi-spmi-controller: Use proper format in call to dev_err()

2020-09-01 Thread Mauro Carvalho Chehab
Em Tue, 1 Sep 2020 11:57:22 +0800 YueHaibing escreveu: > The correct format string for a size_t argument should be %zu. > > Signed-off-by: YueHaibing Reviewed-by: Mauro Carvalho Chehab > --- > drivers/staging/hikey9xx/hisi-spmi-controller.c | 8 > 1 file changed, 4 insertions(+),

[PATCH -next] staging: spmi: hisi-spmi-controller: Use proper format in call to dev_err()

2020-08-31 Thread YueHaibing
The correct format string for a size_t argument should be %zu. Signed-off-by: YueHaibing --- drivers/staging/hikey9xx/hisi-spmi-controller.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/hikey9xx/hisi-spmi-controller.c