uwb: don't use printk_ratelimit() so often
authorDavid Vrabel <dv02@dv02pc01.europe.root.pri>
Thu, 16 Oct 2008 12:56:53 +0000 (13:56 +0100)
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>
Thu, 16 Oct 2008 12:56:53 +0000 (13:56 +0100)
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 <david.vrabel@csr.com>

No differences found