Re: crypto: ux500: Fix logging, make arrays const, neatening

2013-07-31 Thread Herbert Xu
On Mon, Jul 22, 2013 at 04:19:35PM -0700, Joe Perches wrote: > On Tue, 2013-07-23 at 00:35 +0200, Linus Walleij wrote: > > Have you tested this on hardware or is it compile-tested only? > > Hi Linus. > > Compile tested only. Not tested on real devices. -ENOHARDWARE. Patch applied. Thanks! --

Re: crypto: ux500: Fix logging, make arrays const, neatening

2013-07-22 Thread Joe Perches
On Tue, 2013-07-23 at 00:35 +0200, Linus Walleij wrote: > Have you tested this on hardware or is it compile-tested only? Hi Linus. Compile tested only. Not tested on real devices. -ENOHARDWARE. cheers, Joe -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body

Re: crypto: ux500: Fix logging, make arrays const, neatening

2013-07-22 Thread Linus Walleij
On Tue, Jul 16, 2013 at 11:06 PM, Joe Perches wrote: > Logging messages without newlines are possibly interleaved > with other messages. Add terminating newlines to avoid > this. > > Other miscellaneous changes: > > Make arrays const to reduce data size > Add pr_fmt to prefix pr_, remove now unu

crypto: ux500: Fix logging, make arrays const, neatening

2013-07-16 Thread Joe Perches
Logging messages without newlines are possibly interleaved with other messages. Add terminating newlines to avoid this. Other miscellaneous changes: Make arrays const to reduce data size Add pr_fmt to prefix pr_, remove now unused DEV_DBG_NAME Coalesce formats, align arguments Remove unnecessary