Re: [PATCH v2] net: davinci_cpdma: remove excessive dump of register values to kernel log
From: David Miller <davem@davemloft.net>
Date: 2016-07-26 00:57:06
Also in:
linux-omap
From: David Miller <davem@davemloft.net>
Date: 2016-07-26 00:57:06
Also in:
linux-omap
From: Uwe Kleine-König <redacted> Date: Mon, 25 Jul 2016 11:54:45 +0200
Such a big dump of register values is hardly useful on a production system. Another downside of the now removed functions is that calling emac_dump_regs resulted in at least 87 calls to dev_info while holding a spinlock and having irqs off which is a big source of latency. Signed-off-by: Uwe Kleine-König <redacted>
Applied.