| commit | 8092d7c9789581eea478c40d615a2632c3af17bb | [log] [tgz] |
|---|---|---|
| author | David Vrabel <dv02@dv02pc01.europe.root.pri> | Thu Oct 16 13:56:53 2008 +0100 |
| committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | Thu Oct 16 13:56:53 2008 +0100 |
| tree | a9fccedfcdbfd9a74220aa99d48fa8a003313deb | |
| parent | 92c4d9bd1648b3eaca6b8b8f8932eec390ba7327 [diff] |
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 <david.vrabel@csr.com>