Re: [TRIVIAL PATCH] sgi-gru: Correct misuse of %0xdecimal

2015-08-03 Thread Joe Perches
On Mon, 2015-08-03 at 08:10 -0500, Dimitri Sivanich wrote: This should be %d, not 0x%x. I don't care one way or the other, but please fix it so it matches. diff --git a/drivers/misc/sgi-gru/grumain.c b/drivers/misc/sgi-gru/grumain.c index ae16c8c..a1ce324 100644 ---

Re: [TRIVIAL PATCH] sgi-gru: Correct misuse of %0xdecimal

2015-08-03 Thread Dimitri Sivanich
This should be %d, not 0x%x. Nacked-by: Dimitri Sivanich sivan...@sgi.com On Sun, Aug 02, 2015 at 01:27:27PM -0700, Joe Perches wrote: Correct misuse of 0x%d in logging message. Signed-off-by: Joe Perches j...@perches.com --- drivers/misc/sgi-gru/grumain.c | 2 +- 1 file changed, 1

[TRIVIAL PATCH] sgi-gru: Correct misuse of %0xdecimal

2015-08-02 Thread Joe Perches
Correct misuse of 0x%d in logging message. Signed-off-by: Joe Perches j...@perches.com --- drivers/misc/sgi-gru/grumain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/sgi-gru/grumain.c b/drivers/misc/sgi-gru/grumain.c index ae16c8c..a1ce324 100644 ---