From: David Vrabel Date: Thu, 16 Oct 2008 12:56:53 +0000 (+0100) Subject: uwb: don't use printk_ratelimit() so often X-Git-Tag: v2.6.28-rc1~59^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8092d7c9789581eea478c40d615a2632c3af17bb;p=pandora-kernel.git uwb: don't use printk_ratelimit() so often Avoid using printk_ratelimit() in many places because: - many were error messages reporting broken hardware (it's useful to get all of these). - the message itself wasn't useful so the message has been removed. Signed-off-by: David Vrabel --- Reading git-diff-tree failed