1
0
Fork 0
alistair23-linux/lib/842
Dan Streetman 5ca636b986 crypto: 842 - remove WARN inside printk
Remove the WARN() from the beN_to_cpu macro, which is used as a param to a
pr_debug() call.  With a certain kernel config, this printk-in-printk
results in the no_printk() macro trying to recursively call the
no_printk() macro, and since macros can't recursively call themselves
a build error results.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2015-12-23 18:20:01 +08:00
..
842.h crypto: 842 - Add CRC and validation support 2015-10-14 22:23:17 +08:00
842_compress.c crypto: 842 - Add CRC and validation support 2015-10-14 22:23:17 +08:00
842_debugfs.h lib: add software 842 compression/decompression 2015-05-11 15:06:43 +08:00
842_decompress.c crypto: 842 - remove WARN inside printk 2015-12-23 18:20:01 +08:00
Makefile lib: add software 842 compression/decompression 2015-05-11 15:06:43 +08:00