Re: [TRIVIAL PATCH] ASoC: atmel_ssc_dai: Correct misuse of 0x%decimal

2015-08-03 Thread Mark Brown
On Sun, Aug 02, 2015 at 01:22:29PM -0700, Joe Perches wrote: Correct misuse of 0x%d in logging message. This doesn't apply, please chekc and resend. signature.asc Description: Digital signature

Re: [TRIVIAL PATCH] ASoC: atmel_ssc_dai: Correct misuse of 0x%decimal

2015-08-03 Thread Joe Perches
On Mon, 2015-08-03 at 17:15 +0100, Mark Brown wrote: On Sun, Aug 02, 2015 at 01:22:29PM -0700, Joe Perches wrote: Correct misuse of 0x%d in logging message. This doesn't apply, please chekc and resend. Odd, the diff applies against the latest next-20150803 here. OK, I see what the problem

[TRIVIAL PATCH] ASoC: atmel_ssc_dai: Correct misuse of 0x%decimal

2015-08-02 Thread Joe Perches
Correct misuse of 0x%d in logging message. Signed-off-by: Joe Perches j...@perches.com --- sound/soc/atmel/atmel_ssc_dai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c index 841d059..ba8def5 100644 ---