Commit bcf5c625 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Alessandro Rubini

nic-mem.h: disabled annoying printk

parent 3bca62d7
......@@ -54,7 +54,6 @@ static inline void __wrn_copy_in(void *to, u32 __iomem *from, int size)
to -= WRN_DDATA_OFFSET;
size += WRN_DDATA_OFFSET;
printk("%s: %i %p <= %p %i\n", __func__, __LINE__, to, from, size);
while (size > 0) {
i = readl(from);
put_unaligned_le32(i, to);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment